Function CSPUploadFileGroup::GetCount()
Description:
Retrieves the number of files contained in the file group.
 |
Prototype:
unsigned long GetCount() const;
Arguments:
No arguments (void).
Return value:
Returns the number of files.
Remarks:
A CSPUploadFileGroup object may contain one or more CSPUploadFile objects, each one representing a separate file sent by the client.
See also:
member functions GetFile(), operator [] ()
|
|