Click or drag to resize
IResourceSiteInfoProviderAdd Method
Creates ResourceSiteInfo binding.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
void Add(
	int resourceId,
	int siteId
)

Parameters

resourceId
Type: SystemInt32
Module ID.
siteId
Type: SystemInt32
Site ID.
See Also