Webservice Functions - EnvironmentGetDiskUsage

Information Classification: External Restricted.
See https://www.chili-publish.com/security

Webservice Functions - EnvironmentGetDiskUsage

Provide a list of resources/folders, and have the same XML structure returned including the folder sizes

Declaration

public string EnvironmentGetDiskUsage ( string apiKey, string requestedResourceXML );

Arguments

Name

Type

Description

Name

Type

Description

apiKey

apiKey

The API key previously generated by calling the GenerateApiKey function

requestedResourceXML

xmlString

XML string describing the resources and folders to report on. Eg:
<resources>
<item resourceName='Documents' folderPath='users\USER_NAME' />
<item resourceName='Assets' folderPath='users\USER_NAME\logos' includeSubDirectories='true' />
</resources>

Returns

xmlString

Returns the input XML, appended with directory information

A valid XML string