SPBackupRestoreConsole.DiskSizeRequired Method
Include Protected Members
Include Inherited Members
Gets the amount of disk space needed for the specified backup operation.
Overload List
Name | Description | |
---|---|---|
DiskSizeRequired(Guid) | Gets the amount of disk space needed to backup the entire tree of components in the specified backup operation. | |
DiskSizeRequired(Guid, SPBackupRestoreObject) | Gets the amount of disk space needed to backup the specified node (and its children) in the tree of components in the specified backup operation. | |
DiskSizeRequired(Guid, Boolean) | Gets the amount of disk space needed to backup the entire tree of components in the specified backup operation. | |
DiskSizeRequired(Guid, SPBackupRestoreObject, Boolean) | Gets the amount of disk space needed to backup the specified node (and its children) in the tree of components in the specified backup operation. |
Top