Sdílet prostřednictvím


IRemoteSettings.CollectionExists(String) Method

Definition

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

Applies to