C# Class Microsoft.Protocols.TestSuites.Common.RopCreateFolderRequest

Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
Comment byte[]
DisplayName byte[]
FolderType byte
InputHandleIndex byte
LogonId byte
OpenExisting byte
OutputHandleIndex byte
Reserved byte
RopId byte
UseUnicodeStrings byte

Public Methods

Method Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

Method Details

Serialize() public method

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Return the size of this structure.
public Size ( ) : int
return int

Property Details

Comment public property

Null-terminated string. This value specifies the folder comment that is associated with the created folder. If UseUnicodeStrings is non-zero, the string is composed of Unicode characters. If UseUnicodeStrings is zero, the string is composed of ASCII characters.
public byte[] Comment
return byte[]

DisplayName public property

Null-terminated string. This value specifies the name of the created folder. If UseUnicodeStrings is non-zero, the string is composed of Unicode characters. If UseUnicodeStrings is zero, the string is composed of ASCII characters.
public byte[] DisplayName
return byte[]

FolderType public property

The possible values for this enumeration are specified in [MS-OXCFOLD]. This value specifies what type of folder to create.
public byte FolderType
return byte

InputHandleIndex public property

This index specifies the location in the Server Object Handle Table where the handle for the input Server Object is stored.
public byte InputHandleIndex
return byte

LogonId public property

This value specifies the logon associated with this operation.
public byte LogonId
return byte

OpenExisting public property

This value specifies whether this operation opens or fails when a folder already exists.
public byte OpenExisting
return byte

OutputHandleIndex public property

This index specifies the location in the Server Object Handle Table where the handle for the output Server Object will be stored.
public byte OutputHandleIndex
return byte

Reserved public property

Reserved. This field MUST be set to 0x00.
public byte Reserved
return byte

RopId public property

This value specifies the type of remote operation. For this operation, this field is set to 0x1C.
public byte RopId
return byte

UseUnicodeStrings public property

This value specifies whether the DisplayName and Comment are specified in Unicode or ASCII.
public byte UseUnicodeStrings
return byte