IRemoteSettings.CollectionExists(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.
Determines if the collection exists.
public:
bool CollectionExists(System::String ^ collectionPath);
public bool CollectionExists (string collectionPath);
abstract member CollectionExists : string -> bool
Public Function CollectionExists (collectionPath As String) As Boolean
Parameters
- collectionPath
- String
Path to the remote setting collection in the form My\Custom\Path
Returns
True if the colleciton exists, otherwise false