Share via


SPBackupRestoreParameter Members

Include Protected Members
Include Inherited Members

Represents a backup or restore parameter and provides helper members to support user input of parameter values.

The SPBackupRestoreParameter type exposes the following members.

Properties

  Name Description
Public property ForceInputLtr Gets or sets a value that indicates whether each character input by a user is added from left to right even if the language normally has a right-to-left reading order.
Public property HasInputDescription Gets a value that indicates whether the parameter has a description that can be used when a user is prompted to enter a value for the parameter.
Public property HasInputValue Gets a value that specifies whether the user has entered a value that has not yet been assigned to Value.
Public property InputDescription Gets or sets the text that is displayed when prompting the user to provide a value for this SPBackupRestoreParameter object during restore.
Public property InputValue The input value from the user for this SPBackupRestoreParameter object.
Public property Key Gets the name of the parameter.
Public property Value Gets or sets the value of the parameter.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SPBackupRestoreParameter Class

Microsoft.SharePoint.Administration.Backup Namespace