C-DEngine 5.105

TheFileInfo..::..Content Property

Gets or sets a byte array containing the contents of the current file or directory.

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public byte[] Content { get; set; }
Public Property Content As Byte()
	Get
	Set
public:
property array<unsigned char^>^ Content {
	array<unsigned char^>^ get ();
	void set (array<unsigned char^>^ value);
}