CSAspNetVirtualPathProviderGetFile Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets a virtual file from the virtual file system.

Namespace: ContentStudio.Site.Storage
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public override VirtualFile GetFile(
	string virtualPath
)

Parameters

virtualPath
Type: SystemString
The path to the virtual file.

Return Value

Type: VirtualFile
A descendent of the VirtualFile class that represents a file in the virtual file system.
See Also

Reference