C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.FolderID

A FolderId structure.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Deserialize ( ulong folderId ) : void

Deserialize FolderID structure.

FolderID ( ) : System

Initializes a new instance of the FolderID class.

Method Details

Deserialize() public method

Deserialize FolderID structure.
public Deserialize ( ulong folderId ) : void
folderId ulong Folder id of the folder object.
return void

FolderID() public method

Initializes a new instance of the FolderID class.
public FolderID ( ) : System
return System