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.

Note Folders that are referentially contained cannot participate in hierarchy index searches.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: CmHoldable

ToggleSee Also