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)

Syntax

Visual Basic (Declaration)
Public Enum ComponentRelationshipType
C#
public enum ComponentRelationshipType
C++
public enum class ComponentRelationshipType
J#
public enum ComponentRelationshipType
JScript
public enum ComponentRelationshipType

Members

Member NameDescription
DYNAMIC_CRBinds the parent component version to the most recent child component version that satisfies the version bind rule.
DYNAMIC_LABEL_CRBinds 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.
URICRCreates a component relationship between the parent component document and the URI document specified by the URIValue property.
STATIC_CRBinds the parent component version to the explicitly specified child component version.

See Also