PagePorter Class Library

ISiteSettingsPage.OnOK Method 

Called by the framework when the user clicks OK in the SiteSettings form. Use this to save your changes.

[Visual Basic]
Sub OnOK( _
   ByVal siteSettings As WebMetadata, _
   ByVal projectGlobals As Globals _
)
[C#]
void OnOK(
   WebMetadata siteSettings,
   Globals projectGlobals
);

Parameters

siteSettings
The WebMetadata object for the project. Any changes to this object are saved.
projectGlobals
The EnvDTE.Globals object for the project. Any changes to this object are saved.

See Also

ISiteSettingsPage Interface | Parastream.PagePorter Namespace