Test if this object is editable by the current user.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool Editable { get; }
Visual Basic
ReadOnly Property Editable As Boolean
	Get
Visual C++
property bool Editable {
	bool get ();
}

Field Value

Boolean

Return Value

True if object is editable by current user.

See Also