Represents a property template for creating PropertyDefinitionObject objects,
which you can add to class definitions to create user-defined properties for holding Content Engine object values.
A property template is a global template that enables you to create one or more property definitions
for a given data type with the same set of property values.
Namespace:
FileNet.Api.AdminMany 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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IPropertyTemplateObject _ Implements IPropertyTemplate, IRepositoryObject, IReplicable, ISubscribable, _ IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IPropertyTemplateObject : IPropertyTemplate, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class IPropertyTemplateObject : IPropertyTemplate, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Admin.IPropertyTemplateObject = function(); FileNet.Api.Admin.IPropertyTemplateObject.createInterface('FileNet.Api.Admin.IPropertyTemplateObject'); |
Remarks
Metadata
Auditable: true
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: PropertyTemplate