Replication Programming
FileTransferType Property
The FileTransferType property returns or sets how the snapshot file is transferred.
Applies To
Syntax
object.FileTransferType [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list. |
| value | Value from the FILE_TRANSFER_TYPE enumeration. |
Remarks
The file transfer options are FTP and UNC (network file copy).
Data Type
Modifiable
Read/write
Prototype (C/C++)
HRESULT FileTransferType(FILE_TRANSFER_TYPE pVal);
HRESULT FileTransferType(FILE_TRANSFER_TYPE* pVal);