InlineControlSiteInfoProviderIsInlineControlInSite Method |
Check whether InlineControl is in site given by id.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax 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:
BooleanSee Also