WebPartInfoProviderGetFullPhysicalPath Method (String, Int32, String) |
Returns full path of the web part.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax public static string GetFullPhysicalPath(
string webPartFileName,
int parentWebPartId,
string webFullPath = null
)
Parameters
- webPartFileName
- Type: SystemString
Web part file name - parentWebPartId
- Type: SystemInt32
Parent web part ID - webFullPath (Optional)
- Type: SystemString
Full path to the root of the web project (e.g. c:\WebProject\)
Return Value
Type:
StringSee Also