Click or drag to resize
ResourceSiteInfoProviderAddResourceToSite Method
Adds specified resource to the site.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public static void AddResourceToSite(
	int resourceId,
	int siteId
)

Parameters

resourceId
Type: SystemInt32
ResourceID
siteId
Type: SystemInt32
SiteID
See Also