| ||||
CreateTopicPage methodCreates a Topic Page object within a Discussion Page. Syntax
ParametersNameThe name of the Topic Page. The name must be unique in the container. DescriptionThe Topic Page's description. DescriptionFormatThe format of the Description parameter. For further information, see ERUTextFormat. CreateOptionsOne or more values from the ERUCreateOptions enumeration, logically OR'ed together. At present, the only valid create options for CreateTopicPage are erCreateOptIncludeAttachmentBox and erCreateOptShowDescription. [optional, default = erCreateOptNone] ppTopicPageUpon return, An IERUItem interface pointer to the newly-added topic page. Return value
RemarksIf you call CreateTopicPage on any object other than a Discussion Page, the method returns the error E_NOTIMPL. The name of the new topic page can be no longer than 126 characters. |
Home |