Represents a static relationship between two Containable subclasses: a container and a containee. The object-valued Head and Tail properties express the relationship. The tail always references a Folder (the container), while the head references the containee: another Containable subclass (such as another Folder, a CustomObject, or a Document). When the head is a Document object, it represents a specific document version.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IReferentialContainmentRelationship _
	Implements IContainmentRelationship, IRelationship, IRepositoryObject, IReplicable,  _
	ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface IReferentialContainmentRelationship : IContainmentRelationship, 
	IRelationship, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, 
	IIndependentObject, IEngineObject, ICloneable
Visual C++
public interface class IReferentialContainmentRelationship : IContainmentRelationship, 
	IRelationship, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, 
	IIndependentObject, IEngineObject, ICloneable
JavaScript
FileNet.Api.Core.IReferentialContainmentRelationship = function();
FileNet.Api.Core.IReferentialContainmentRelationship.createInterface('FileNet.Api.Core.IReferentialContainmentRelationship');

ToggleRemarks

Metadata

Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: ContainmentName
Searchable: true
StorageType: ObjectStore
SuperclassName: ContainmentRelationship

ToggleSee Also