Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Overview

This structure is used to uniquely identify a document folder. Clients can be identified by ClientUid. 

Format

PwsFolderRef
  • 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)

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





  • No labels