mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER
Code Details >> Tools >> FDA >> FDA_File >> Constructors >> Constructor (String, String, Int64, String, String, String)

FDA_File Constructor (String, String, Int64, String, String, String)



Constructor creates a new instance of the FDA_File class


Namespace: SobekCM.Tools.FDA
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public FDA_File(
	string ID,
	string Name,
	long Size,
	string MD5_Checksum,
	string SHA1_Checksum,
	string Preservation
)

Parameters

ID
Type: System..::..String
ID for this file in the FDA
Name
Type: System..::..String
Name (or path) of the file
Size
Type: System..::..Int64
Size of the file
MD5_Checksum
Type: System..::..String
MD5 checksum for the file
SHA1_Checksum
Type: System..::..String
SHA-1 checksum for the file
Preservation
Type: System..::..String
Preservation level applied to this file

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )