Because all of its properties are read-only, you cannot directly modify a property description object. 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.Meta
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IPropertyDescription _ Implements IMetadata, IEngineObject, ICloneable, IDependentObject |
| C# |
|---|
public interface IPropertyDescription : IMetadata, IEngineObject, ICloneable, IDependentObject |
| Visual C++ |
|---|
public interface class IPropertyDescription : IMetadata, IEngineObject, ICloneable, IDependentObject |
| JavaScript |
|---|
FileNet.Api.Meta.IPropertyDescription = function(); FileNet.Api.Meta.IPropertyDescription.createInterface('FileNet.Api.Meta.IPropertyDescription'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain or ObjectStore
SuperclassName: Metadata