| InlineControlSiteInfoProviderGetInlineControlSitesInternal Method  | 
            Returns the bindings between inline controls and sites.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntaxprotected virtual InfoDataSet<InlineControlSiteInfo> GetInlineControlSitesInternal(
	string columns,
	string where,
	string orderBy,
	int topN
)
Parameters
- columns
 - Type: SystemString
Data columns to return - where
 - Type: SystemString
Where condition to filter data - orderBy
 - Type: SystemString
Order by statement - topN
 - Type: SystemInt32
Specifies number of returned records 
Return Value
Type: 
InfoDataSetInlineControlSiteInfo
See Also