Click or drag to resize
InlineControlInfoProviderGetInlineControlsForSite Method (Int32, String)
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,
	string columns
)

Parameters

siteID
Type: SystemInt32
Site id
columns
Type: SystemString
Selected columns

Return Value

Type: InfoDataSetInlineControlInfo
See Also