| WebPartLayoutInfoProviderGetWebPartLayouts Method (Int32) | 
            Returns all layouts associated to the web part specified by ID.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic static ObjectQuery<WebPartLayoutInfo> GetWebPartLayouts(
	int webPartId
)
Parameters
- webPartId
- Type: SystemInt32
 Web part ID
Return Value
Type: 
ObjectQueryWebPartLayoutInfo See Also
See Also