IVersionInfo2 Interface

Provides access to members that supply version information.

Members

Name Description
Read-only property Access The version's access permission.
Read-only property Ancestors The version's ancestors.
Read-only property BlocksCompress Does this version block compress of DEFAULT
Read-only property Children The version's children.
Read-only property Created The date and time the version was created.
Read-only property Description The version's description.
Method IsOwner True if the current connected user is the owner of this version.
Read-only property Modified The date and time the version was last modified.
Read-only property Parent The version's parent.
Read-only property ParentName The name of the version's parent.
Read-only property VersionName The version's name.

IVersionInfo2.BlocksCompress Property

Does this version block compress of DEFAULT.

Public ReadOnly Property BlocksCompress As Boolean
public bool BlocksCompress {get;}

IVersionInfo2.ParentName Property

The name of the version's parent.

Public ReadOnly Property ParentName As String
public string ParentName {get;}

Remarks

Returns the name of the version's parent as a string. If it is used on the default version an empty string is returned. The parents version name can be used to build an ancestry for the version. Only versions owned by the user will be returned unless an administrator connection is used in which case all applicable versions will be returned.

Inherited Interfaces

Interfaces Description
IVersionInfo Provides access to members that supply version information.

Classes that implement IVersionInfo2

Classes Description
VersionInfo VersionInfo Object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.