...
This structure is used to uniquely identify a document folder. Clients can Folders should be identified by ClientUidthe folder UID.
Format
Panel | ||
---|---|---|
| ||
|
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 | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:ProjectIssueFolderIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:FolderId i:nil="true"/> <b:FolderUid>1152921504607335265</b:FolderUid> </a:ProjectIssueFolderIdentity> |
...