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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ChildVersionSeries As IVersionSeries
C#
IVersionSeries ChildVersionSeries { get; }
Visual C++
property IVersionSeries^ ChildVersionSeries {
	IVersionSeries^ get ();
}
JavaScript
function get_childVersionSeries();

ToggleRemarks

ToggleSee Also