Get/Set the parent category for current category. If no parent category, returns null value. If set to null, this category becomes a root category

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

Syntax

C#
ICategory Parent { get; set; }
Visual Basic
Property Parent As ICategory
	Get
	Set
Visual C++
property ICategory^ Parent {
	ICategory^ get ();
	void set (ICategory^ value);
}

Field Value

ICategory

See Also