Click or drag to resize
VirtualPathHelperGetVirtualObjectName Method
Returns virtual object name and prefixes if available

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
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: String
See Also