Initializes a new instance of the SiteConstant class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public SiteConstant(
	ISiteContentManager siteContentManager,
	string name
)
Visual Basic
Public Sub New ( _
	siteContentManager As ISiteContentManager, _
	name As String _
)
Visual C++
public:
SiteConstant(
	ISiteContentManager^ siteContentManager, 
	String^ name
)

Parameters

siteContentManager
Type: Cartella.Interfaces..::..ISiteContentManager
name
Type: System..::..String

See Also