public class VersionProxy extends HierarchyNode<ExtendedGuid>
The version proxy.
Constructor and Description |
---|
VersionProxy(ExtendedGuid nodeId)
Initializes a new instance of the
VersionProxy class. |
Modifier and Type | Method and Description |
---|---|
ReadOnlyPersistablePropertyContainerForAuthor |
getAuthorMostRecent()
Gets or sets the author most recent.
|
com.aspose.ms.System.DateTime |
getCreationTimeStamp()
Gets when the version history page was created.
|
com.aspose.ms.System.DateTime |
getLastModifiedTimeStamp()
Gets when the content within the version history page was last modified.
|
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> |
getVersionContextNodes()
Gets the version context nodes.
|
void |
setAuthorMostRecent(ReadOnlyPersistablePropertyContainerForAuthor value)
Gets or sets the author most recent.
|
void |
setCreationTimeStamp(com.aspose.ms.System.DateTime value)
Gets when the version history page was created.
|
void |
setLastModifiedTimeStamp(com.aspose.ms.System.DateTime value)
Gets when the content within the version history page was last modified.
|
getNodeId, getType
public VersionProxy(ExtendedGuid nodeId)
Initializes a new instance of the VersionProxy
class.
nodeId
- The node id.public com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> getVersionContextNodes()
Gets the version context nodes.
public com.aspose.ms.System.DateTime getLastModifiedTimeStamp()
Gets when the content within the version history page was last modified.
public void setLastModifiedTimeStamp(com.aspose.ms.System.DateTime value)
Gets when the content within the version history page was last modified.
public ReadOnlyPersistablePropertyContainerForAuthor getAuthorMostRecent()
Gets or sets the author most recent.
public void setAuthorMostRecent(ReadOnlyPersistablePropertyContainerForAuthor value)
Gets or sets the author most recent.
public com.aspose.ms.System.DateTime getCreationTimeStamp()
Gets when the version history page was created.
public void setCreationTimeStamp(com.aspose.ms.System.DateTime value)
Gets when the version history page was created.
Copyright (c) 2017 Aspose. All Rights Reserved.