| LyncPlatformLibraryTransferType Enumeration |
Enumerates the type of transfer to be performed.
Namespace: Inkostar.EnumsAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum LyncPlatformLibraryTransferType
Public Enumeration LyncPlatformLibraryTransferType
public enum class LyncPlatformLibraryTransferType
type LyncPlatformLibraryTransferType
Members|
| Member name | Value | Description |
|---|
| Unattended | 1 |
The transfer is unattended or single-step.
|
| Attended | 0 |
The transfer is attended.
|
See Also