Function CSPUploadFileSet::operator []()
Description:
Retrieves the file group by index.
Prototype:
const CSPUploadFileGroup operator [](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
GetGroup( unsigned long )
Examples:
CSPBuffer FileData = Response.Form.Files[ 1 ][ 0 ].Data;
See also:
member functions
operator () ( const CSPString& )
,
GetGroup( const CSPString& )
,
GetGroup( unsigned long )
class
CSPUploadFileGroup
CSPUploadFileSet
|
Intrinsic objects and classes
|
Class Categories
|
Online help home
|
Back
www.micronovae.com
Copyright © 2002 - 2005 Micronovae Ltd