Cassini Configuration API Documentation

Metabase.RegisterApplication Method (ApplicationEntry, Boolean)

Adds application to the Applications collection and saves changes into the metabase file, if autoSave parmeter is set to true.

[Visual Basic]
Overloads Public Function RegisterApplication( _
   ByVal appEntry As ApplicationEntry, _
   ByVal autoSave As Boolean _
) As Integer
[C#]
public int RegisterApplication(
   ApplicationEntry appEntry,
   bool autoSave
);

Remarks

As with any version of the RegisterApplication() method, if another application with the same ID exists, the old record will be replaced with the new one.

See Also

Metabase Class | CassiniConfiguration Namespace | Metabase.RegisterApplication Overload List