[This is preliminary documentation and is subject to change.]

Allows the user to add an URL attachment item to a document attachment.

Namespace:  QPulseWebServices.Contracts.Service
Assembly:  QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.0.590.81

Syntax

C#
Document AddUrlAttachmentItem(
	string token,
	int revisionID,
	string newURL
)

Parameters

token
Type: System..::.String
An authentication token previously requested from the Core service.
revisionID
Type: System..::.Int32
The revision id of the document to add the URL attachment item to
newURL
Type: System..::.String
The URL to add

Return Value

[Missing <returns> documentation for "M:QPulseWebServices.Contracts.Service.IDocument.AddUrlAttachmentItem(System.String,System.Int32,System.String)"]

See Also