Purpose:
This class represents an XDO for federated.
Methods:
LPDISPATCH getPidObject();
Gets the PID object. The returned LPDISPATCH pointer contains a DXPidXDOFed object.
setPidObject(LPDISPATCH pidXDO);
Sets the PID object. The input parameter LPDISPATCH pointer contains a DXPidXDOFed object.
add();
retrieve();
Retrieves the persistent data of this object from the datastore.
update();
Updates the persistent data of this object to the datastore.
del();
Deletes the persistent data of this object from the datastore.
BSTR getContent();
setContent(LPCTSTR content);
BOOL isContentChanged();
BOOL isSet();
long getAffiliatedType();
setAffiliatedType(long affiliatedType);
BSTR getMimeType();
setMimeType(LPCTSTR mimeType);
BSTR getContentType();
setContentType(LPCTSTR contentType);
Sets content type.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.