PwsFolderRef

Overview

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

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>