#include <IInCopyImportCmdData.h>
Get the import options interface pointer
- Parameters
- Returns
- IInCopyImportOptions*
| virtual UIDRef IInCopyImportCmdData::GetStoryToReplace | ( | | ) | const |
| pure virtual |
Get the story that will be replaced by the import content
- Parameters
- Returns
- UIDRef
| virtual IPMStream* IInCopyImportCmdData::GetStream | ( | | ) | |
| pure virtual |
Get the import stream
- Parameters
- Returns
- IPMStream
Set the import options interface pointer
- Parameters
| virtual void IInCopyImportCmdData::SetStoryToReplace | ( | const UIDRef & | storyRef | ) | |
| pure virtual |
Set the story that replaced by the import content
- Parameters
| virtual void IInCopyImportCmdData::SetStream | ( | IPMStream * | s | ) | |
| pure virtual |
Set the import stream
- Parameters