C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.AbstractUploadInfo

The abstract upload context
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
ImportDeleteflags byte
IsnewerClientChange bool
RelatedFastTransferOperation EnumFastTransferOperation
RelatedObjectHandleIndex int
RelatedObjectIdIndex int
SynchronizationType SynchronizationTypes
UpdatedState AbstractUpdatedState
UploadHandleIndex int

Property Details

ImportDeleteflags public property

The relative ImportDeleteflags.
public byte ImportDeleteflags
return byte

IsnewerClientChange public property

Identify the result whether is newerClientChange or not.
public bool IsnewerClientChange
return bool

RelatedFastTransferOperation public property

Variable to indicate which FastTransfer Operation is called
public EnumFastTransferOperation RelatedFastTransferOperation
return EnumFastTransferOperation

RelatedObjectHandleIndex public property

The relative messaging object handle index generate the upload context.
public int RelatedObjectHandleIndex
return int

RelatedObjectIdIndex public property

The related object id index.
public int RelatedObjectIdIndex
return int

SynchronizationType public property

The synchronization type.
public SynchronizationTypes SynchronizationType
return SynchronizationTypes

UpdatedState public property

The updated ICS state.
public AbstractUpdatedState,Microsoft.Protocols.TestSuites.MS_OXCFXICS UpdatedState
return AbstractUpdatedState

UploadHandleIndex public property

The upload handle index.
public int UploadHandleIndex
return int