Click or drag to resize

IDirectoryBrowserOperations Interface

Defines an interface for DirectoryBrowserOperations to make sure all needed methods are implemented in a hub when using the DirectoryBrowserOperations.cshtml view.

Namespace: GSF.Web.Model.HubOperations
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public interface IDirectoryBrowserOperations

The IDirectoryBrowserOperations type exposes the following members.

Methods
 NameDescription
Public methodCombinePath Combines the specified path1 and path2 strings into a single path.
Public methodCreatePath Creates all directories and subdirectories in the specified path unless they already exist.
Public methodIsLogicalDrive Determines if the specified path is a logical drive, e.g., C:\.
Public methodLoadDirectories Retrieves list of directories from specified rootFolder.
Public methodResolvePath Resolves the specified path to an absolute full path and expands any environmental variables.
Top
See Also