Represents a property template for creating PropertyDefinitionBinary objects,
which you can add to class definitions to create user-defined properties for holding binary 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 IPropertyTemplateBinary _ Implements IPropertyTemplate, IRepositoryObject, IReplicable, ISubscribable, _ IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IPropertyTemplateBinary : IPropertyTemplate, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class IPropertyTemplateBinary : IPropertyTemplate, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Admin.IPropertyTemplateBinary = function(); FileNet.Api.Admin.IPropertyTemplateBinary.createInterface('FileNet.Api.Admin.IPropertyTemplateBinary'); |
Remarks
Metadata
Auditable: true
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: PropertyTemplate