Class VssRootAndLogicalPrefixPaths
Contains a normalized local volume path or UNC share path as returned by GetRootAndLogicalPrefixPaths(String, Boolean).
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
public sealed class VssRootAndLogicalPrefixPaths
Constructors
| Improve this Doc View SourceVssRootAndLogicalPrefixPaths(String, String)
Constructor.
Declaration
public VssRootAndLogicalPrefixPaths(string rootPath, string logicalPrefix)
Parameters
Type | Name | Description |
---|---|---|
String | rootPath | The root path that should be passed to the AddToSnapshotSet(String) method. |
String | logicalPrefix | The logical prefix. |
Properties
| Improve this Doc View SourceLogicalPrefix
If the original file path was a local path, this property contains the volume GUID name. If it was a UNC path, this property contains a fully evaluated share path.
Declaration
public string LogicalPrefix { get; }
Property Value
Type | Description |
---|---|
String |
RootPath
The root path that should be passed to the AddToSnapshotSet(String) method.
Declaration
public string RootPath { get; }
Property Value
Type | Description |
---|---|
String |