WebPartInfoProviderGetFullPhysicalPath Method (WebPartInfo, String) |
Returns full path of the web part.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax public static string GetFullPhysicalPath(
WebPartInfo partInfo,
string webFullPath = null
)
Parameters
- partInfo
- Type: CMS.PortalEngineWebPartInfo
Web part info object - webFullPath (Optional)
- Type: SystemString
Full path to the root of the web project (e.g. c:\WebProject\)
Return Value
Type:
StringSee Also