iControl.SystemConfigSync.save_partial_configuration C# (CSharp) Method

save_partial_configuration() private method

private save_partial_configuration ( string filename, SystemConfigSyncSaveMode save_flag, SystemConfigSyncConfigExcludeComponent features_to_exclude, SystemConfigSyncConfigIncludeComponent features_to_include ) : void
filename string
save_flag SystemConfigSyncSaveMode
features_to_exclude SystemConfigSyncConfigExcludeComponent
features_to_include SystemConfigSyncConfigIncludeComponent
return void
        public void save_partial_configuration(
		string filename,
		SystemConfigSyncSaveMode save_flag,
		SystemConfigSyncConfigExcludeComponent [] features_to_exclude,
		SystemConfigSyncConfigIncludeComponent [] features_to_include
	)
        {
            this.Invoke("save_partial_configuration", new object [] {
                filename,
                save_flag,
                features_to_exclude,
                features_to_include});
        }
SystemConfigSync