Click or drag to resize
InlineControlInfoProviderGetInlineControlsForSite Method (Int32)
Returns the dataset containing the inline controls for the specified site.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<InlineControlInfo> GetInlineControlsForSite(
	int siteID
)

Parameters

siteID
Type: SystemInt32
Site id

Return Value

Type: InfoDataSetInlineControlInfo
See Also