NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ConfigManager.Delete (String, Selector)

Deletes all configuration for a configuration type within a configuration store.

[Visual Basic]
Overloads Public Shared Sub Delete( _
   ByVal ConfigType As String, _
   ByVal selector As Selector _
)
[C#]
public static void Delete(
   string ConfigType,
   Selector selector
);
[C++]
public: static void Delete(
   String* ConfigType,
   Selector* selector
);
[JScript]
public static function Delete(
   ConfigType : String,
   selector : Selector
);

Parameters

ConfigType
[To be supplied.]
selector
[To be supplied.]

See Also

ConfigManager Class | ConfigManager Members | System.Configuration Namespace | ConfigManager.Delete Overload List