SPBackupRestoreParameter 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 | |
---|---|---|
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. | |
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. | |
HasInputValue | Gets a value that specifies whether the user has entered a value that has not yet been assigned to Value. | |
InputDescription | Gets or sets the text that is displayed when prompting the user to provide a value for this SPBackupRestoreParameter object during restore. | |
InputValue | The input value from the user for this SPBackupRestoreParameter object. | |
Key | Gets the name of the parameter. | |
Value | Gets or sets the value of the parameter. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top