Click or drag to resize
InlineControlInfoProviderGetInlineControlInfo Method (String)
Returns the InlineControlInfo structure for the specified inlineControl.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static InlineControlInfo GetInlineControlInfo(
	string controlName
)

Parameters

controlName
Type: SystemString
InlineControl name

Return Value

Type: InlineControlInfo
See Also