Defines settings that determine the type of compound document relationship between a child document and a parent document. For additional information on component relationship types, including the required properties you must set to create a new ComponentRelationship object of each type, see the ComponentRelationshipType property.

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

ToggleSyntax

Visual Basic (Declaration)
Public Enumeration ComponentRelationshipType
C#
public enum ComponentRelationshipType
Visual C++
public enum class ComponentRelationshipType
JavaScript
FileNet.Api.Constants.ComponentRelationshipType = function();
FileNet.Api.Constants.ComponentRelationshipType.createEnum('FileNet.Api.Constants.ComponentRelationshipType', false);

ToggleMembers

TypeMember nameDescription
DYNAMIC_LABEL_CR
Binds the parent component version to the most recent child component version satisfying the version bind rule that has a ComponentBindingLabel property value matching the LabelBindValue property value. No binding occurs if no such child document version exists.
STATIC_CR
Binds the parent component version to the explicitly specified child component version.
URICR
Creates a component relationship between the parent component document and the URI document specified by the URIValue property.
DYNAMIC_CR
Binds the parent component version to the most recent child component version that satisfies the version bind rule.

ToggleSee Also