LiFdDataSource.LiFdDataSource

LiFdDataSource()

Initializes a new instance of the LiFdDataSource class.

public LiFdDataSource()

See Also


LiFdDataSource(int, Guid, string, string, string)

Initializes a new instance of the LiFdDataSource class.

public LiFdDataSource(int version, Guid uniqueId, string originalFileName, string fileType, 
    string fileCreator)
ParameterTypeDescription
versionInt32The version.
uniqueIdGuidThe unique identifier.
originalFileNameStringName of the original file.
fileTypeStringType of the file.
fileCreatorStringThe file creator.

See Also