Enum FingerprintContent
Describes whether a fingerprint describes a physical file, or the contents of the file.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum FingerprintContent : int
Fields
Name | Description |
---|---|
Data | The fingerprint describes the contents of a file. |
DataFile | The fingerprint describe a physical file. |