Function CSPUploadFileSet::GetGroup()
Description:
Retrieves the file group by index.
Prototype:
const CSPUploadFileGroup& GetGroup(unsigned long ulIndex) const;
Arguments:
unsigned long ulIndex [IN]
The index of the file group to be retrieved.
Return value:
Returns a reference to a
CSPUploadFileGroup
object.
Remarks:
Same as
operator [] ( unsigned long )
Examples:
CSPBuffer FileData = Response.Form.Files.GetGroup( 1 ).GetFile( 0 ).Data;
See also:
member functions
GetGroup( const CSPString& )
,
operator () ( const CSPString& )
,
operator [] ( unsigned long )
class
CSPUploadFileGroup
CSPUploadFileSet
|
Intrinsic objects and classes
|
Class Categories
|
Online help home
|
Back
www.micronovae.com
Copyright © 2002 - 2005 Micronovae Ltd