Feed a new license to the Cartella application. Throw exception if the license is invalid

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

Syntax

C#
void FeedLicense(
	ISiteManager siteManager,
	string license
)
Visual Basic
Sub FeedLicense ( _
	siteManager As ISiteManager, _
	license As String _
)
Visual C++
void FeedLicense(
	ISiteManager^ siteManager, 
	String^ license
)

Parameters

siteManager
Type: Cartella.Interfaces..::..ISiteManager
SiteManager instance on Feeding license
license
Type: System..::..String
AES Encrypted JSON string

Field Value

Void

See Also