C-DEngine 5.105

nmiCtrlPicture..::..IsBlob Property

Any string send to "Value" of a picture control is interpreted as "blob" and not as a URL. If false, the value is checked if its larger then 512 characters and than assumed to be a blob

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

Syntax


public Nullable<bool> IsBlob { get; set; }
Public Property IsBlob As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> IsBlob {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}