Overview
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
DocumentRefId | Int32 |
|
|
DocumentRefUid | Int64 |
|
|
CreatedByUserIdentity |
|
| |
CreatedTimestamp | DateTime |
|
|
CurrentVersion |
|
| |
DeletedByUserIdentity |
|
| |
DeletedTimestamp | DateTime |
|
|
DocumentName | String |
|
|
DocumentSize | Int64 |
|
|
DocumentUri | String |
|
|
LockedByUserIdentity |
|
| |
LockedTimestamp | DateTime |
|
|
MimeType | String |
|
|
ModifiedByUserIdentity |
|
| |
ModifiedTimestamp | DateTime |
|
|
SupportPreviewFlag | Boolean |
|
|
SupportThumbnailFlag | Boolean |
|
|
DocumentData |
|
| |
EditDeleteFlag | Boolean |
|
|
NumberPages | Int16 |
|
|
ArchiveIdentity |
|
| |
EditDeletePermissionFlag | Boolean |
|
|
ReceiptLockedFlag | Boolean |
|
|
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:Document> <DocumentRefId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <DocumentRefUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607634579</DocumentRefUid> <a:CreatedByUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:UserDisplayName>Bruce Wayne</b:UserDisplayName> <b:UserId i:nil="true"/> <b:UserReferenceSystemId>BW-01</b:UserReferenceSystemId> <b:UserUid>1152921504606950320</b:UserUid> </a:CreatedByUserIdentity> <a:CreatedTimestamp>2018-02-05T20:23:46.55Z</a:CreatedTimestamp> <a:CurrentVersion> <DocumentVersionId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <DocumentVersionUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607637642</DocumentVersionUid> <a:Comments i:nil="true"/> <a:CreatedByUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:UserDisplayName>Bruce Wayne</b:UserDisplayName> <b:UserId i:nil="true"/> <b:UserReferenceSystemId>BW-01</b:UserReferenceSystemId> <b:UserUid>1152921504606950320</b:UserUid> </a:CreatedByUserIdentity> <a:CreatedTimestamp>2018-02-05T20:23:46.55Z</a:CreatedTimestamp> <a:DocumentArchiveIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <a:VersionNumber>1</a:VersionNumber> </a:CurrentVersion> <a:DeletedByUserIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <a:DeletedTimestamp i:nil="true"/> <a:DocumentName>CFS poster.jpg</a:DocumentName> <a:DocumentSize>92531</a:DocumentSize> <a:DocumentUri i:nil="true"/> <a:LockedByUserIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <a:LockedTimestamp i:nil="true"/> <a:MimeType>image/jpeg</a:MimeType> <a:ModifiedByUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:UserDisplayName>Bruce Wayne</b:UserDisplayName> <b:UserId i:nil="true"/> <b:UserReferenceSystemId>BW-01</b:UserReferenceSystemId> <b:UserUid>1152921504606950320</b:UserUid> </a:ModifiedByUserIdentity> <a:ModifiedTimestamp>2018-02-05T20:23:46.55Z</a:ModifiedTimestamp> <a:SupportPreviewFlag>true</a:SupportPreviewFlag> <a:SupportThumbnailFlag>true</a:SupportThumbnailFlag> <a:DocumentData> <a:DataItems/> <a:DocumentDataDetail> <a:AssociatedItemIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:ItemId i:nil="true"/> <b:ItemType i:nil="true"/> <b:ItemUid>1152921504606875457</b:ItemUid> <b:ReferenceType i:nil="true"/> </a:AssociatedItemIdentity> <a:Associations/> <a:Notes i:nil="true"/> </a:DocumentDataDetail> </a:DocumentData> <a:EditDeleteFlag>true</a:EditDeleteFlag> <a:NumberPages i:nil="true"/> <a:ArchiveIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <a:EditDeletePermissionFlag>true</a:EditDeletePermissionFlag> <a:ReceiptLockedFlag>false</a:ReceiptLockedFlag> </a:Document> |