IPreviewPersonaStorageSetCurrentSiteID Method |
Sets siteID which will be then used when storing and retrieving personas. Personas on each site will be stored independently.
Namespace: CMS.PersonasAssembly: CMS.Personas (in CMS.Personas.dll) Version: 13.0.131
Syntax 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