Class MetadataFile
Represents metadata file.
public class MetadataFile
- Inheritance
-
MetadataFile
- Inherited Members
Constructors
MetadataFile()
Creates new instance of MetadataFile.
public MetadataFile()
MetadataFile(string)
Creates new instance of MetadataFile.
public MetadataFile(string path)
Parameters
path
stringSource path (URL, URI, system path).
MetadataFile(string, byte[])
Creates new instance of MetadataFile.
public MetadataFile(string name, byte[] data)
Parameters
MetadataFile(string, byte[], string)
Creates new instance of MetadataFile.
public MetadataFile(string name, byte[] data, string originalUrl)
Parameters
Properties
Content
Gets or sets file content.
public byte[] Content { get; set; }
Property Value
- byte[]
FileName
Gets or sets file name.
public string FileName { get; set; }
Property Value
HasContent
Indicates whether metadata holds some content.
public bool HasContent { get; }
Property Value
HasImageData
Indicates whether there's some source information for the file (content or URL).
public bool HasImageData { get; }
Property Value
Path
Gets or sets original source url.
public string Path { get; set; }