For a IPublishCompleteEvent object, the ID of the version series of the publication document. For other versioning-related events, the ID of the version series for the source object. Note that this property will have a valid value only when the event's source object is an instance of IDocument or its subclass.


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

Syntax

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

Remarks

See Also