Purpose:
The DKAttrProfileDefDD class corresponds to a Domino.Doc IProfile object. The Domino.Doc administrator defines the profiles. Each document has a profile called document type. Through DKAttrProfileDefDD, you have access to:
Any method that Domino.Doc does not support in this release will throw a DKMSG_NOTIMP DKUsageError .
Class summary:
class DKAttrProfileDefDD : public DKAttrDefDD { public: DKAttrProfileDefDD(); DKAttrProfileDefDD(dkDatastore* ds); DKAttrProfileDefDD( dkDatastore* ds , const char* parentCabinetName , const char* profileName , int libraryHandle ); DKAttrProfileDefDD( DKAttrProfileDefDD* aKeyword ); DKAttrProfileDefDD( DKAttrProfileDefDD& aKeyword ); virtual ~DKAttrProfileDefDD(); DKAttrProfileDefDD& operator= ( DKAttrProfileDefDD* aProfile ); DKAttrProfileDefDD& operator= ( DKAttrProfileDefDD& aProfile ); void setHandle( void* libraryHandle ); dkCollection* getFields(); void setFields( const dkCollection* fields ); DKString DKAttrProfileDefDD::getValue(); DKString toString(); };
Members:
DKAttrProfileDefDD(); DKAttrProfileDefDD(dkDatastore* ds); DKAttrProfileDefDD( dkDatastore* ds , const char* parentCabinetName , const char* profileName , int libraryHandle ); DKAttrProfileDefDD( DKAttrProfileDefDD* aKeyword ); DKAttrProfileDefDD( DKAttrProfileDefDD& aKeyword ); virtual ~DKAttrProfileDefDD();
DKAttrProfileDefDD& operator= ( DKAttrProfileDefDD* aProfile); DKAttrProfileDefDD& operator= ( DKAttrProfileDefDD& aProfile);
dkCollection* getFields();
void setFields( const dkCollection* fields );
DKString DKAttrProfileDefDD::getValue();
DKString toString();
(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.