This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets a virtual file from the virtual file system.
Namespace: Smartsite.AspNet.Bridge
Assembly: Smartsite.AspNet.Bridge (in Smartsite.AspNet.Bridge.dll)
Syntax
C# | Copy Code |
---|---|
public override GetFile( string virtualPath ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overrides Function GetFile ( _ virtualPath As _ ) As |
Parameters
- virtualPath
- String
The path to the virtual file.
Return Value
A descendent of the VirtualFile class that represents a file in the virtual file system.See Also
CmsPathProvider Class
Smartsite.AspNet.Bridge Namespace