ICollectionKeyValueStorage.DeleteCollection(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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