Retrieving a User's Upload per Session Limit (GetUploadsPerSession)

Use the ICIClientSettings interface GetUploadsPerSession method to determine the maximum number of uploads a user is permitted per session. Refer to User Transfer Settings for an illustration of how this and other Client Settings Interface Methods and Properties can be accessed in the Administrator interface.

Signature:

HRESULT GetUploadsPerSession(

[out, optional] VARIANT_BOOL *pInherited,

[out, retval] long *pVal);