Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentManager.CreateWebLinkDocument Method (Int32[], Int32, String, Boolean)

Creates a new Web link document.

IWebLinkDocument CreateWebLinkDocument(
   int[] folderIDs,
   int dataSourceID,
   string link,
   bool mergeACLs
);

Parameters

folderIDs
The IDs of the directory folders in which to add the new document.
dataSourceID
The ID of the Data Source associated with the new document.
link
the Web location of the new document; must be a URL.
mergeACLs
True to use the merged ACLs of the parent folders, false to use the default ACL.

Return Value

The new document.

Remarks

The document will not be saved in the portal Knowledge Directory until the Save() method is called on the Document object. See DatasourceID enumeration for a list of predefined datasources.

See Also

IDocumentManager Interface | Plumtree.Remote.PRC Namespace | IDocumentManager.CreateWebLinkDocument Overload List