Click or drag to resize
VirtualPathHelperGetVirtualFileObjectHandler Delegate
Delegate used for registered path callback method

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public delegate IVirtualFileObject GetVirtualFileObjectHandler(
	string virtualPath
)

Parameters

virtualPath
Type: SystemString
Virtual path

Return Value

Type: IVirtualFileObject
See Also