GetTransferFileInfoOptions Class

The options class used for specifying the transfer file info options.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetTransferFileInfoOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class GetTransferFileInfoOptions

The GetTransferFileInfoOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetTransferFileInfoOptions
Initializes a new instance of the GetTransferFileInfoOptions class
Top
Properties
  NameDescription
Public propertyExposePasswords
Gets or sets a value indicating whether any passwords are exposed when app setting transfer items are included.
Public propertyIncludeAllDetails
Gets or sets a value indicating whether the transfer file details are included.
Public propertyTransferFileId
Gets or sets the transfer file ID to use.
Public propertyTransferFileUncPath
Gets or sets the UNC path to the transfer file.
Top
See Also