The interface represents site wide content resources. It serves as content store of Cartella for descriptive content

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

Syntax

C#
public interface ISiteContent : ICartellaObject, 
	IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable
Visual Basic
Public Interface ISiteContent _
	Inherits ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject,  _
	IBatchUpdatable
Visual C++
public interface class ISiteContent : ICartellaObject, 
	IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable

See Also