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

显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
DestHandleIndex byte
FolderId ulong
LogonId byte
NewFolderName byte[]
RopId byte
SourceHandleIndex byte
UseUnicode byte
WantAsynchronous 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

DestHandleIndex public_oe property

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

FolderId public_oe property

This value identifies the folder to be moved.
public ulong FolderId
return ulong

LogonId public_oe property

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

NewFolderName public_oe property

If the UseUnicode field is non-zero, then the string is composed of Unicode characters. Otherwise, the string is composed of ASCII characters. This string specifies the name for the new moved folder.
public byte[] NewFolderName
return byte[]

RopId public_oe property

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

SourceHandleIndex public_oe property

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

UseUnicode public_oe property

This value specifies whether the NewFolderName field is specified in Unicode or ASCII.
public byte UseUnicode
return byte

WantAsynchronous public_oe property

This value specifies whether the operation is to be executed asynchronously with status reported via RopProgress.
public byte WantAsynchronous
return byte