CopyCtl.AddDestinationUrl Method

Applies to: SharePoint Foundation 2010

Adds a copy destination to a copy operation.

expression.AddDestinationUrl(bstrDestUrl)

Parameters

expression

An expression that returns a CopyCtl Control object.

bstrDestUrl

A string that contains the URL of the copy destination.

Remarks

Use the CopyCtl.SetSourceUrl Method method to specify the location of the item to copy. Use the CopyCtl.PerformOperation Method method to initiate the copy operation. Use the CopyCtl.GetOperationResult Method method to complete the copy operation.