...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
DocumentVersionId | Int32 |
DocumentVersionUid | Int64 |
Comments | String |
CreatedByUserIdentity |
CreatedTimestamp | DateTime |
DocumentArchiveIdentity |
VersionNumber | Int16 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<DocumentVersionId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <DocumentVersionUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607656916</DocumentVersionUid> <a:Comments i:nil="true"/> <a:CreatedByUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:UserDisplayName>PPSA Support User</b:UserDisplayName> <b:UserId i:nil="true"/> <b:UserReferenceSystemId>000</b:UserReferenceSystemId> <b:UserUid>1152921504606944261</b:UserUid> </a:CreatedByUserIdentity> <a:CreatedTimestamp>2018-03-13T17:09:19.637Z</a:CreatedTimestamp> <a:DocumentArchiveIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <a:VersionNumber>1</a:VersionNumber> |