Table of Contents

Class BackupExecSharePointPortalSiteSelection

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

Represents all resources of a SharePoint portal site.

public class BackupExecSharePointPortalSiteSelection : BackupExecSelection
Inheritance
BackupExecSharePointPortalSiteSelection
Inherited Members

Constructors

BackupExecSharePointPortalSiteSelection()

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

public BackupExecSharePointPortalSiteSelection()

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

PortalSite

Gets or sets the name of the portal site - for example "HR Services".

public string PortalSite { get; set; }

Property Value

string