Table of Contents

Class BackupExecSharePointConfigurationDatabaseSelection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents all resources of a SharePoint database.

public class BackupExecSharePointConfigurationDatabaseSelection : BackupExecSelection
Inheritance
BackupExecSharePointConfigurationDatabaseSelection
Inherited Members

Constructors

BackupExecSharePointConfigurationDatabaseSelection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecSharePointConfigurationDatabaseSelection class.

public BackupExecSharePointConfigurationDatabaseSelection()

Properties

ConfigurationDatabase

Gets or sets the full name of the configuration database - for example "ConfigurationV5-DB (CORP-SHAREPOINT01\SQLEXPRESS\SharePoint_Config)".

public string ConfigurationDatabase { get; set; }

Property Value

string

DisplayName

Gets the display name of the selection type.

public override string DisplayName { get; }

Property Value

string

DisplayValue

Gets the configured display value.

public override string DisplayValue { get; }

Property Value

string