FileMetadata 1.0 control documentation

Writes value to the Metadata as an array of bytes.

[Visual�Basic]
Public�Sub�SetBytesValue( _
���ByVal data�As�Byte()�_
)
[C#]
public�void�SetBytesValue(
���byte[]data
);

Parameters

data
An array of bytes that specifies the new value of the Metadata.

Remarks

See Also

MetadataItem Class | ElementIT.FileMetadata Namespace