The interface represent the manager objects for SiteContent entries.

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

Syntax

C#
public interface ISiteContentManager : ICartellaObjectManager<ISiteContent>, 
	IManager
Visual Basic
Public Interface ISiteContentManager _
	Inherits ICartellaObjectManager(Of ISiteContent), IManager
Visual C++
public interface class ISiteContentManager : ICartellaObjectManager<ISiteContent^>, 
	IManager

See Also