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