Table of Contents

Class BackupExecSharePointAdministrationSiteSelection

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

Represents all resources of a SharePoint administration site selection.

public class BackupExecSharePointAdministrationSiteSelection : BackupExecSelection
Inheritance
BackupExecSharePointAdministrationSiteSelection
Inherited Members

Constructors

BackupExecSharePointAdministrationSiteSelection()

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

public BackupExecSharePointAdministrationSiteSelection()

Properties

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

SiteName

Gets or sets the name of the administration site - for example "WSS_Administration".

public string SiteName { get; set; }

Property Value

string