Get the Site Manager of current instance. This site manager is the one created all the object manager instances

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

Syntax

C#
ISiteManager SiteManager { get; }
Visual Basic
ReadOnly Property SiteManager As ISiteManager
	Get
Visual C++
property ISiteManager^ SiteManager {
	ISiteManager^ get ();
}

Field Value

ISiteManager

See Also