Public Properties
Name | Description | |
---|---|---|
![]() |
AllowsInstances | Indicates whether an application can create an object instance of a given class. If this property is false, only the Content Engine server can instantiate the class. |
![]() |
DefaultInstanceOwner | The default security owner for an object of a given class. This property is useful if you want a group or user other than the object's creator to have owner security rights. |
![]() |
DefaultInstancePermissions | The default discretionary permissions to be used when creating an instance of a given class. |
![]() |
HasIncludeSubclasses | Specifies whether a given class supports queries that include its subclasses (true) or not (false). |
![]() |
HasProperSubclassProperties | Specifies whether a given class supports queries that include descendant properties (true) or not (false). A descendant property is a property that is added to one or more subclasses of a class. |
![]() |
Id | A representation of the Globally Unique Identifier (GUID), a unique 128-bit number, that is assigned to this Content Engine object when the object is created. When converted to a string, the Id property is typically depicted as 32 hexadecimal characters enclosed by brackets in the following format: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}. For example, {3F2504E0-4F89-11D3-9A0C-0305E82C3301}. For For a given property representation, the Id property has the following characteristics:
For a newly created document object, you can override the Id property of its associated |
![]() |
ImmediateSubclassDescriptions | Specifies a object, which includes a object for each class that is an immediate subclass of the class described by a given object. |
![]() |
IsCBREnabled | Specifies whether this class or property is enabled for full text indexing (content-based retrieval). For classes, the following conditions apply:
For properties, this property can be enabled only on |
![]() |
IsHidden | Indicates whether this class or property should be hidden from non-administrative users ( ) or not ( ). |
![]() |
IsPersistent | Specifies whether you can save the state of the object instantiation of this class ( ) or not ( ). If this property is , only the server can save the state of the object. |
![]() |
IsSecurable | Identifies whether objects of the described class have independently settable security. Unlike a dependently securable object, which inherits its security from a parent object, an independently securable object has its own Access Control List (ACL) that specifies its security and ensures that access rights are checked each time a user tries to access the object. As an example, a |
![]() |
Name | The name for this object. For most classes, this property is read-only and returns the value of the designated name property for the object, or its ID if there is no name property. If For a |
![]() |
NamePropertyIndex | Specifies the 0-based index of the object in this object's collection that serves as the name property for object instances of the class (usually resolves to the property). If is , the class will not have a designated name property; in this case, the property of the object instantiation of the class will be set to the value of its property. |
![]() |
PermissionDescriptions | A list of descriptions of permissions applicable to objects of the described class. |
![]() |
ProperSubclassPropertyDescriptions | Specifies a object containing a collection of the property description objects belonging to all of the subclasses of the class described this object. |
![]() |
PropertyDescriptions | Specifies a object containing an ordered collection of all of the property descriptions belonging to this class description. |
![]() |
SuperclassDescription | Describes the class that is the immediate superclass of the current class in the DMA property class hierarchy. |
![]() |
SuperclassPropertyCount | Specifies the number of property descriptions contained in the class description that describes the immediate superclass of the class described by this class description. This value is equal to the number of properties inherited by a subclass from its superclass. |
![]() |
SymbolicName | Represents the programmatic identifier for this class description, class definition, property description, property definition, property template, or object store. For objects in which you can set the For property template objects, changing the symbolic name of a property template for a string-valued property that has been enabled for full-text indexing ( |