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

The abstract upload context
Mostra 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_oe property

The relative ImportDeleteflags.
public byte ImportDeleteflags
return byte

IsnewerClientChange public_oe property

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

RelatedFastTransferOperation public_oe property

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

RelatedObjectHandleIndex public_oe property

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

RelatedObjectIdIndex public_oe property

The related object id index.
public int RelatedObjectIdIndex
return int

SynchronizationType public_oe property

The synchronization type.
public SynchronizationTypes SynchronizationType
return SynchronizationTypes

UpdatedState public_oe property

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

UploadHandleIndex public_oe property

The upload handle index.
public int UploadHandleIndex
return int