The value of a custom, object-valued property can be one of the following types of objects:
- An instance of a RepositoryObject subclass.
- An instance of a SecurityPrincipal subclass (includes User and Group objects).
- An independently retrievable GCD object. The following GCD objects are not allowed: EntireNetwork and Domain.
Many of the metaproperties that originate from a property template can be modified on the property definition of the class, while other metaproperties can be modified only on the property template. For a list of modifiable metaproperties and how they can be customized, see Modifying Custom Metaproperties.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IPropertyDefinitionObject _ Implements IRepositoryObject, IPropertyDefinition, IEngineObject, ICloneable, _ IDependentObject |
| C# |
|---|
public interface IPropertyDefinitionObject : IRepositoryObject, IPropertyDefinition, IEngineObject, ICloneable, IDependentObject |
| Visual C++ |
|---|
public interface class IPropertyDefinitionObject : IRepositoryObject, IPropertyDefinition, IEngineObject, ICloneable, IDependentObject |
| JavaScript |
|---|
FileNet.Api.Admin.IPropertyDefinitionObject = function(); FileNet.Api.Admin.IPropertyDefinitionObject.createInterface('FileNet.Api.Admin.IPropertyDefinitionObject'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: PropertyDefinition