A ComponentRelationshipSet collection object that contains the ComponentRelationship objects referencing this document as the child component document. The collection contains only those parent relationship objects for which the user has read access.


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

Syntax

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

Remarks

See Also