Click or drag to resize
InlineControlSiteInfoProviderAddInlineControlToSite Method
Add specified InlineControl to specified site.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static void AddInlineControlToSite(
	int controlId,
	int siteId
)

Parameters

controlId
Type: SystemInt32
ControlID
siteId
Type: SystemInt32
SiteID
See Also