Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsDocumentVersion
  • PwsDocumentVersion
    • DocumentVersionId: Int32
    • DocumentVersionUid: Int64
    • Comments: String
    • CreatedByUserIdentity: PwsUserRef
    • CreatedTimestamp: DateTime
    • DocumentArchiveIdentity: PwsDocumentArchiveRef
    • VersionNumber: Int16

Elements

Element

Data Type

Description

Sample Data

DocumentVersionId

Int32

 

 



DocumentVersionUid

Int64

 

 



Comments

String

 

 



CreatedByUserIdentity

PwsUserRef

 

 



CreatedTimestamp

DateTime

 

 



DocumentArchiveIdentity

PwsDocumentArchiveRef

 

 



VersionNumber

Int16

 

 



Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                  <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>