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
DisplayValue
Gets the configured display value.
public override string DisplayValue { get; }
Property Value
PortalSite
Gets or sets the name of the portal site - for example "HR Services".
public string PortalSite { get; set; }