Represents the base class for all objects that can be contained. Folder objects and their subclasses can be directly
contained in a Folder object, or referentially contained (using the ReferentialContainmentRelationship or
DynamicReferentialContainmentRelationship classes). All other Containable subclasses are referentially
contained.
Namespace:
FileNet.Api.CoreNote Folders that are referentially contained cannot participate in hierarchy index searches.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IContainable |
C# |
---|
public interface IContainable |
Visual C++ |
---|
public interface class IContainable |
JavaScript |
---|
FileNet.Api.Core.IContainable = function(); FileNet.Api.Core.IContainable.createInterface('FileNet.Api.Core.IContainable'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: CmHoldable