VirtualPathHelperGetVirtualObjectName Method |
Returns virtual object name and prefixes if available
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax public static string GetVirtualObjectName(
string relativeUrl,
string relatedDirPath,
ref List<string> prefixes
)
Parameters
- relativeUrl
- Type: SystemString
Current relative URL - relatedDirPath
- Type: SystemString
Required relative directory path - prefixes
- Type: System.Collections.GenericListString
List of prefixes
Return Value
Type:
StringSee Also