RestoreFolderCollection.Contains(RestoreFolder) Method

Definition

Determines whether the specified RestoreFolder exists in the collection.

public bool Contains (Microsoft.AnalysisServices.RestoreFolder item);
member this.Contains : Microsoft.AnalysisServices.RestoreFolder -> bool
Public Function Contains (item As RestoreFolder) As Boolean

Parameters

item
RestoreFolder

The RestoreFolder whose existence is checked.

Returns

True, if the specified RestoreFolder is found in the collection; otherwise, false.

Applies to