Determining if a User has an Upload per Session Limit (GetHasUploadsPerSession)

Use the ICIClientSettings interface GetHasUploadsPerSession method to determine if there is a maximum number of files a user is allowed to upload 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 GetHasUploadsPerSession(

[out, optional] VARIANT_BOOL *pInherited,

[out, retval] long *pVal);