Class BackupExecSharePointGlobalSettingsSelection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents all resources of a SharePoint global settings selection.
public class BackupExecSharePointGlobalSettingsSelection : BackupExecSelection
- Inheritance
-
BackupExecSharePointGlobalSettingsSelection
- Inherited Members
Constructors
BackupExecSharePointGlobalSettingsSelection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecSharePointGlobalSettingsSelection class.
public BackupExecSharePointGlobalSettingsSelection()
Properties
DisplayName
Gets the display name of the selection type.
public override string DisplayName { get; }
Property Value
DisplayValue
Gets the configured display value.
public override string DisplayValue { get; }
Property Value
Path
Gets or sets path to the item - for example "SPUserCodeV4\Metadata (WIN-86VJQDEFFM4\180a9fb3-ff7e-40ba-9224-7e396fde3071)".
public string Path { get; set; }