Folder.GetCalculateSizeRequest Method ()
Returns an object that is used to calculate the size of the folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public CalculateFolderSizeRequest GetCalculateSizeRequest()
public:
CalculateFolderSizeRequest^ GetCalculateSizeRequest()
Public Function GetCalculateSizeRequest As CalculateFolderSizeRequest
Return Value
Type: Microsoft.WindowsServerSolutions.Storage.CalculateFolderSizeRequest
An instance of CalculateFolderSizeRequest.
See Also
Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top