Class FamosFileCustomKey
Custom keys can be used to add additional information to the file.
Inherited Members
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileCustomKey : FamosFileBaseExtended
Constructors
| Improve this Doc View SourceFamosFileCustomKey(String, Byte[])
Initializes a new instance of the FamosFileCustomKey class.
Declaration
public FamosFileCustomKey(string key, byte[] value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The key of the custom key. Must be unique. |
System.Byte[] | value | The binary data of the custom key. |
Properties
| Improve this Doc View SourceKey
Gets or sets the unique key.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the binary data.
Declaration
public byte[] Value { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |