emxComponents.CreateDocument.ExcludeAttributeList | Defines the list of attributes for the document that do not display in the Create Document form. For example: attribute_DesignatedUser,attribute_Originator,attribute_Language,attribute_FileVersion,attribute_Version,attribute_VersionDate,attribute_Approver,attribute_ICURL | Comma-separated list of the symbolic names of attributes |
emxComponents.CommonDocument.DocumentFileRequired | Defines whether a Document object can be created without checking in a file at the same time. When true, users must check in a file when a Document object is created. | True or False |
emxComponents.AllowChangePolicy | Defines whether the policy can be changed for Documents. When true, users can select a policy. When false, only the defined policy can be used. | True or False |
emxComponents.DefaultPolicy.<OBJECT_TYPE> | Defines the default policy used for creating types of documents, where <OBJECT_TYPE> is the symbolic name of the object type. For example: emxComponents.DefaultPolicy.type_Document= policy_Document
| Symbolic name of a policy |
emxComponents.CommonDocument.EnforceAutoNameDuringDocumentClone | When true, enforces autonaming of objects during the document cloning process across all apps. When false or empty, the name of the cloned object consists of
Title + TimeStamp. To configure a type to use auto-generate for cloned objects, see Setting Auto Generated Name Feature for Cloned Objects. | True or False |
emxComponents.Commondocument.RestrictedFormats | Defines the file formats prohibited from being checked in. By default, htm and html files are restricted because they potentially can contain harmful scripts. | Comma-separated list of file formats |