Class VssRestoreSubcomponentInfo
Represents information about a Subcomponent associated with a given component.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public class VssRestoreSubcomponentInfo
Constructors
| Improve this Doc View SourceVssRestoreSubcomponentInfo(String, String)
Initializes a new instance of VssRestoreSubcomponentInfo.
Declaration
public VssRestoreSubcomponentInfo(string logicalPath, string componentName)
Parameters
Type | Name | Description |
---|---|---|
String | logicalPath | The logical path of the Subcomponent. This can not be empty when working with Subcomponents. |
String | componentName | The name of the Subcomponent. This can not be empty. |
Properties
| Improve this Doc View SourceComponentName
The name of the Subcomponent. This can not be empty.
Declaration
public string ComponentName { get; }
Property Value
Type | Description |
---|---|
String |
LogicalPath
The logical path of the Subcomponent. This can not be empty when working with Subcomponents.
Declaration
public string LogicalPath { get; }
Property Value
Type | Description |
---|---|
String |