Represents the fixed description of a property that holds a Content Engine object value. A PropertyDescriptionObject object
contains immutable property metadata, which you cannot directly modify.
You can, however, modify a property definition object, which holds the mutable metadata of the property.
For a list of modifiable metaproperties and how they can be customized,
see Modifying Custom Metaproperties.
Namespace:
FileNet.Api.MetaAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IPropertyDescriptionObject _ Implements IPropertyDescription, IMetadata, IEngineObject, ICloneable, _ IDependentObject |
C# |
---|
public interface IPropertyDescriptionObject : IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject |
Visual C++ |
---|
public interface class IPropertyDescriptionObject : IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject |
JavaScript |
---|
FileNet.Api.Meta.IPropertyDescriptionObject = function(); FileNet.Api.Meta.IPropertyDescriptionObject.createInterface('FileNet.Api.Meta.IPropertyDescriptionObject'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain or ObjectStore
SuperclassName: PropertyDescription