Represents a dynamic relationship between two Containable subclasses: a container and the current version of a Document. The object-valued Head and Tail properties express the relationship. The tail always references a Folder (the container), while the head references the current version of a Document.

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also