The VersionSeries object that is the version series of the child component document. Retrieving this property's value is equivalent to calling get_ChildComponent().get_VersionSeries(). This property applies when the ComponentRelationshipType property setting is DYNAMIC_CR or DYNAMIC_LABEL_CR; otherwise, the property value is null.


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

Syntax

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

Remarks

See Also