FileType
A complex data type that describes a file type. Specify FileType in the SOAP header for all execute, submit, and view IDAPI requests.
Elements
Name
String. Optional. The file type name.
IsNative
Boolean. Optional. Specifies whether the file is an internal Actuate type. IsNative is read‑only. Providing an input value for this attribute in CreateFileType or UpdateFileType causes SetAttributes to be ignored.
IsExecutable
Boolean. Optional. Specifies whether the file is executable. If False, the file type is set to Document file type. The OutputType and ExportBeforeViewing attributes do not apply to Document file type.
IsPrintable
Boolean. Optional. Specifies whether the file is printable. If the file type is Executable, IsPrintable refers to the output file.
IsRequired
Boolean. Optional. Specifies whether the file is required.
OutputType
String. Optional. The file type for the output file. Required if the file type is Executable.
LocalExtension
String. Optional. The local extension.
DisplayType
String. Optional. Specifies either Simple or Advanced display types.
ShortDescription
String. Optional. The short description of the file type.
LongDescription
String. Optional. The long description of the file type.
SmallImageURL
String. Optional. The URL of the small image for the file.
LargeImageURL
String. Optional. The URL of the large image for the file.
ExportBeforeViewing
Boolean. Optional. Specifies whether the file is exported before viewing.
DriverName
String. Optional. The name of the driver. Required if file type is Executable or Printable.
MutexClass
String. Optional. The mutex class name.
ContentType
String. Optional. The content type.
EnableAutoParamCollection
Boolean. Optional. True enables automatic parameter collection for the file type.
IsCompoundDoc
Boolean. Optional. Specifies whether the file is a compound document. The default value is False.
AllowViewTimeParameter
Boolean. Optional. Specifies whether to allow view-time parameters. The default value is True.