FolderOperationsCollection.Add(FolderOperation) Method

Definition

Adds an object to the end of the FolderOperationsCollection.

public:
 int Add(Microsoft::ReportingServices::Interfaces::FolderOperation operation);
public int Add (Microsoft.ReportingServices.Interfaces.FolderOperation operation);
member this.Add : Microsoft.ReportingServices.Interfaces.FolderOperation -> int
Public Function Add (operation As FolderOperation) As Integer

Parameters

operation
FolderOperation

The folder operation to add to the collection.

Returns

The position into which the new folder operation was inserted.

Applies to