Class MetaFile
Summary description for MetaFile.
Inheritance
System.Object
MetaFile
Assembly: Mediachase.MetaDataPlus.dll
Version: 14.26.0
public class MetaFile : Object
Constructors
Declaration
Declaration
public MetaFile(string name, byte[] buffer)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Byte[] |
buffer |
|
Declaration
public MetaFile(string name, string contentType, byte[] buffer)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
contentType |
|
System.Byte[] |
buffer |
|
Properties
Declaration
public byte[] Buffer { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime CreationTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public DateTime LastReadTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public DateTime LastWriteTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
Creates a new object that is a deep copy of the current instance.
Declaration
public MetaFile DeepClone()
Returns
Type |
Description |
MetaFile |
A new object that is a deep copy of the current instance.
|