Represents a collection of objects, each of which is an instance of a PropertyTemplate
subclass (PropertyTemplateBinary, PropertyTemplateBoolean, and so on).
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IPropertyTemplateSet _ Implements IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, _ IEngineCollection, IEnumerable, ICloneable |
C# |
---|
public interface IPropertyTemplateSet : IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
Visual C++ |
---|
public interface class IPropertyTemplateSet : IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
JavaScript |
---|
FileNet.Api.Collection.IPropertyTemplateSet = function(); FileNet.Api.Collection.IPropertyTemplateSet.createInterface('FileNet.Api.Collection.IPropertyTemplateSet'); |