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 has a valid value only when the event's source object is an instance of IDocument or its subclass. This property is null for non-versionable objects..

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property VersionSeriesId As Id
C#
Id VersionSeriesId { get; }
Visual C++
property Id^ VersionSeriesId {
	Id^ get ();
}
JavaScript
function get_versionSeriesId();

ToggleRemarks

ToggleSee Also