| VirtualPathHelperGetVirtualFileObjectHandler Delegate | 
            Delegate used for registered path callback method
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntaxpublic delegate IVirtualFileObject GetVirtualFileObjectHandler(
	string virtualPath
)
Parameters
- virtualPath
 - Type: SystemString
Virtual path 
Return Value
Type: 
IVirtualFileObject
See Also