| ||||
CreateLink methodCreates a new link to a Web site, another eRoom, or an eRoom file or page. You can create a link to anything that has its own URL. Syntax
ParametersNameThe name you want to give the Link. The name must be unique in the container. TargetURLThe Link's URL. CreateOptionsOne or more create options chosen from the enum ERUCreateOptions, logically OR'ed together. Valid create options for CreateLink are erCreateOptMakeNameUnique, erCreateOptOpenNewWindow and erCreateOptNone [optional, default = erCreateOptNone]. ppLinkUpon return, an IERUItem interface pointer to the newly-added Link. Return value
RemarksA link's name can be no longer than 126 characters and its URL can be no longer than 255 characters. |
Home |