Function CSPUploadFileSet::operator ()()
Description:
Retrieves the file group associated with the name strName.
Prototype:
const CSPUploadFileGroup operator ()(const CSPString& strName) const;
Arguments:
const CSPString& strName [IN]
The unique name that represents the file group to be retrieved.
Return value:
Returns a reference to a
CSPUploadFileGroup
object.
Remarks:
Same as
GetGroup( const CSPString& )
Examples:
CSPBuffer FileData = Response.Form.Files( "file1" )[ 0 ].Data;
See also:
member functions
operator [] ( unsigned long )
,
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