A ComponentRelationshipSet collection object that contains the ComponentRelationship objects referencing this document as the parent component document.

For information on the ordering of the collection, see the ComponentSortOrder property.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property ChildRelationships As IComponentRelationshipSet
C#
IComponentRelationshipSet ChildRelationships { get; }
C++
property IComponentRelationshipSet ChildRelationships abstract  {
    IComponentRelationshipSet get();
}
J#
/** property */
public IComponentRelationshipSet get_ChildRelationships();
JScript
public function get ChildRelationships() : IComponentRelationshipSet

Remarks

See Also