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 public static ObjectQuery<WebPartLayoutInfo> GetWebPartLayouts(
int webPartId
)
Parameters
- webPartId
- Type: SystemInt32
Web part ID
Return Value
Type:
ObjectQueryWebPartLayoutInfoSee Also