Function CSPUploadFileSet::GetGroup()

Description:
Retrieves the file group associated with the name strName.

Prototype:
const CSPUploadFileGroup& GetGroup(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 operator () ( const CSPString& )

Examples:
CSPBuffer FileData = Response.Form.Files.GetGroup( "file1" ).GetFile( 0 ).Data;

See also:
member functions GetGroup( unsigned long ), 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