Click or drag to resize
IPreviewPersonaStorageSetCurrentSiteID Method
Sets siteID which will be then used when storing and retrieving personas. Personas on each site will be stored independently.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 11.0.0
Syntax
C#
void SetCurrentSiteID(
	int siteID
)

Parameters

siteID
Type: SystemInt32
ID of the current site
Remarks
SiteID isn't set using constructor parameter, because our ObjectFactory does not support constructor injection
See Also