Share via


ICollectionKeyValueStorage.DeleteCollection(String) Method

Definition

Deletes an entire collection, it's properties, and all sub-collections.

public:
 bool DeleteCollection(System::String ^ collectionPath);
public bool DeleteCollection (string collectionPath);
abstract member DeleteCollection : string -> bool
Public Function DeleteCollection (collectionPath As String) As Boolean

Parameters

collectionPath
String

Returns

Applies to