Click or drag to resize
InlineControlSiteInfoProviderGetInlineControlSiteInfo Method
Returns the InlineControlSiteInfo structure for the specified inlineControlSite.

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

Parameters

controlId
Type: SystemInt32
ControlID
siteId
Type: SystemInt32
SiteID

Return Value

Type: InlineControlSiteInfo
See Also