Versions Compared

Key

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

...

This structure is used to uniquely identify a document folder. Clients can Folders should be identified by ClientUidthe folder UID. 

Format

Panel
titlePwsFolderRef
  • PwsFolderRef
    • FolderId: Int32
    • FolderUid: Int64

Elements

Element

Data Type

Description

Sample Data

FolderId

Int32

 

 

 

The folder Id is a unique identifier for a folder. For internal use only.


FolderUid

Int64

 

The folder Uid is a unique and immutable identifier for a folder.

152921504607335265

Usage Example(s)

Code Block
languagexml
titleExample 01
collapsetrue
                  <a:ProjectIssueFolderIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                     <b:FolderId i:nil="true"/>
                     <b:FolderUid>1152921504607335265</b:FolderUid>
                  </a:ProjectIssueFolderIdentity>  

...