Click or drag to resize
InlineControlSiteInfoProviderIsInlineControlInSite Method
Check whether InlineControl is in site given by id.

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

Parameters

controlId
Type: SystemInt32
Inline control ID
siteId
Type: SystemInt32
ID of site to check

Return Value

Type: Boolean
See Also