Dev2.Webs.RootWebSite.ShowNewSharepointServerSourceSaveDialog C# (CSharp) Method

ShowNewSharepointServerSourceSaveDialog() public static method

public static ShowNewSharepointServerSourceSaveDialog ( IContextualResourceModel resourceModel, IEnvironmentModel model, string server, string userName, string password, AuthenticationType authenticationType, bool isSharepointOnline ) : void
resourceModel IContextualResourceModel
model IEnvironmentModel
server string
userName string
password string
authenticationType AuthenticationType
isSharepointOnline bool
return void
        public static void ShowNewSharepointServerSourceSaveDialog(IContextualResourceModel resourceModel, IEnvironmentModel model,string server,string userName,string password,AuthenticationType authenticationType,bool isSharepointOnline)
        {
            ShowSaveDialog(resourceModel, new SharepointServerSourceCallbackHandler(EnvironmentRepository.Instance, server, userName, password, authenticationType, isSharepointOnline), "SharepointServerSource", HttpUtility.UrlEncode("New Sharepoint Server Source"));
        }