| ||||
CreateLinkedFolder methodCreates a Linked Folder object. Use IERUExternalStorageProvider::GetExternalStorageTarget() to get an IERUExternalStorageTarget. Syntax
ParametersNameThe name of the new linked folder. The name must be unique in the container. DescriptionThe description of the linked folder. DescriptionFormatIndicates whether the Description parameter is in HTML or plain text format. For further information, see ERUTextFormat.DescriptionFormat ExternalTargetIndicates the folder or cabinet on the Documentum server where you would like to create the new linked folder. ExternalTemplateIndicates a template you would like to use to create the new linked folder. SynchAsAdminIndicates the Documentum credentials used to synchronize the folder. If true, the administration credentials are used; if false, the logged in member's credentials are used. CreateOptionsOne or more values from the ERUCreateOptions enumeration, logically OR'ed together [default = erCreateOptNone] For further information, see ERUCreateOption. ppLinkedFolderUpon return, An IERUItem interface pointer to the newly-added folder. Return value
RemarksThe name of the linked folder can be no longer than 126 characters. |
Home |