public class VersionHistoryMetaData extends HierarchyNode<ExtendedGuid>
The version history meta data.
Constructor and Description |
---|
VersionHistoryMetaData(ExtendedGuid nodeId)
Initializes a new instance of the
VersionHistoryMetaData class. |
VersionHistoryMetaData(ExtendedGuid nodeId,
int schemaRevisionInOrderToRead,
int schemaRevisionInOrderToWrite)
Initializes a new instance of the
VersionHistoryMetaData class. |
Modifier and Type | Method and Description |
---|---|
int |
getSchemaRevisionInOrderToRead()
Gets the schema version of the version history object
|
int |
getSchemaRevisionInOrderToWrite()
Gets the schema version of the version history object.
|
void |
setSchemaRevisionInOrderToRead(int value)
Gets the schema version of the version history object
|
void |
setSchemaRevisionInOrderToWrite(int value)
Gets the schema version of the version history object.
|
getNodeId, getType
public VersionHistoryMetaData(ExtendedGuid nodeId)
Initializes a new instance of the VersionHistoryMetaData
class.
nodeId
- The node id.public VersionHistoryMetaData(ExtendedGuid nodeId, int schemaRevisionInOrderToRead, int schemaRevisionInOrderToWrite)
Initializes a new instance of the VersionHistoryMetaData
class.
nodeId
- The node id.schemaRevisionInOrderToRead
- The schema revision in order to read.schemaRevisionInOrderToWrite
- The schema revision in order to write.public int getSchemaRevisionInOrderToRead()
Gets the schema version of the version history object
public void setSchemaRevisionInOrderToRead(int value)
Gets the schema version of the version history object
public int getSchemaRevisionInOrderToWrite()
Gets the schema version of the version history object.
public void setSchemaRevisionInOrderToWrite(int value)
Gets the schema version of the version history object.
Copyright (c) 2017 Aspose. All Rights Reserved.