ISHDeploy.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>ISHDeploy</name>
    </assembly>
    <members>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoDeltaXmlOperation">
            <summary>
            Sets amount of ISH windows service.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoDeltaXmlOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoDeltaXmlOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoDeltaXmlOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="activityDescription">Description of the general activity to be done</param>
            <param name="showProgress">Defines if progress should be shown. By default is false</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoDeltaXmlOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Nullable{System.Int32},System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoDeltaXmlOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="fontoDeltaXmlPort">Fonto delta xml port number.</param>
            <param name="xmxValue">Heap size limit for Fonto delta xml internal java process.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoDeltaXmlOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoDeltaXmlOperation.GetInitialJwmHeapSize">
            <summary>
            Reads initial heap size for JWM specified in FontoDeltaXml configuration file.
            </summary>
            <returns>String with initial heap size in bytes.</returns>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoDocumentHistoryOperation">
            <summary>
            Sets target service port of Fonto document history windows service.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoDocumentHistoryOperation.Invoker">
            <inheritdoc cref="P:ISHDeploy.Common.Interfaces.IOperation.Invoker"/>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoDocumentHistoryOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoDocumentHistoryOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="fontoDocumentHistoryServicePort">Fonto document history service port number.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoDocumentHistoryOperation.Run">
            <inheritdoc cref="M:ISHDeploy.Common.Interfaces.IOperation.Run"/>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoReviewOperation">
            <summary>
            Sets amount of ISH windows service.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoReviewOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoReviewOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoReviewOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="fontoReviewPort">Fonto review port number</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoReviewOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceFontoReviewOperation.AddFontoReviewServicePortSetActions(System.Int32)">
            <summary>
            Sets port number.
            </summary>
            <param name="port">Port number.</param>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.StartISHComponentOperation">
            <summary>
            Start components of deployment.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.StartISHComponentOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.StartISHComponentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Enums.ISHComponentName[])">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.StartISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="componentsNames">Names of components to be enabled.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.StartISHComponentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Collections.Generic.IEnumerable{ISHDeploy.Common.Models.ISHComponent})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.StartISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="components">Array with the components to be Startd.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.StartISHComponentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.StartISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="backgroundTaskRole">The role of BackgroundTask component to be started.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.StartISHComponentOperation.InitializeActions(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Collections.Generic.IEnumerable{ISHDeploy.Common.Models.ISHComponent})">
            <summary>
            Initializes actions of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.StartISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="components">Array with the components to be Startd.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.StartISHComponentOperation.InitializeServiceActions(ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager,ISHDeploy.Common.Enums.ISHWindowsServiceType)">
            <summary>
            Initializes service actions.
            </summary>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="serviceManager">The windows service manager.</param>
            <param name="serviceType">The ISH windows services type.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.StartISHComponentOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.StopISHComponentOperation">
            <summary>
            Stop components of deployment.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.StopISHComponentOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.StopISHComponentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Enums.ISHComponentName[])">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.StopISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="componentsNames">Names of components to be enabled.</param>
            <remarks>Don't use this method for background task services</remarks>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.StopISHComponentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Collections.Generic.IEnumerable{ISHDeploy.Common.Models.ISHComponent})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.StopISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="components">Array of components to be stopped.</param>
            <remarks>Don't use this method for background task services</remarks>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.StopISHComponentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.StopISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="backgroundTaskRole">The role of BackgroundTask component to be Stopped.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.StopISHComponentOperation.InitializeActions(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Collections.Generic.IEnumerable{ISHDeploy.Common.Models.ISHComponent})">
            <summary>
            Initializes actions of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.StopISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="components">Array with the components to be Startd.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.StopISHComponentOperation.InitializeServiceActions(ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager,ISHDeploy.Common.Enums.ISHWindowsServiceType)">
            <summary>
            Initializes service actions.
            </summary>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="serviceManager">The windows service manager.</param>
            <param name="serviceType">The ISH windows services type.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.StopISHComponentOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.GetISHIISAppPoolOperation">
            <summary>
            Gets all IIS application pool components.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation`1" />
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.GetISHIISAppPoolOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.GetISHIISAppPoolOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">Deployment instance <see cref="T:ISHDeploy.Models.ISHDeployment"/></param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.GetISHIISAppPoolOperation.Run">
            <summary>
            Runs current operation.
            </summary>
            <returns>Collection of IIS application pool components.</returns>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.SetISHBuildersRegistryValueOperation">
            <summary>
            Sets ISH builders registry value.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.SetISHBuildersRegistryValueOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHBuildersRegistryValueOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Enums.RegistryValueName,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.SetISHBuildersRegistryValueOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="registryValueName">The name of registry value.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHBuildersRegistryValueOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceSolrLuceneOperation">
            <summary>
            Sets amount of ISH windows service.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceSolrLuceneOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceSolrLuceneOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Uri)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceSolrLuceneOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="uri">The target lucene Uri.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceSolrLuceneOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceSolrLuceneOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="servicePort">The service port number.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceSolrLuceneOperation.AddSolrLuceneServicePortSetActions(System.Int32)">
            <summary>
            Add actions to set ServicePort
            </summary>
            <param name="port">The target lucene ServicePort.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceSolrLuceneOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceBackgroundTaskAmountOperation">
            <summary>
            Sets amount of ISH windows service.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceBackgroundTaskAmountOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceBackgroundTaskAmountOperation.DefaultRoleName">
            <summary>
            The name of default role
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceBackgroundTaskAmountOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Int32,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceBackgroundTaskAmountOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="amount">The number of TranslationBuilder services in the system.</param>
            <param name="role">The role of BackgroundTask service.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceBackgroundTaskAmountOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceAmountOperation">
            <summary>
            Sets amount of ISH windows service.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceAmountOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceAmountOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Int32,ISHDeploy.Common.Enums.ISHWindowsServiceType)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceAmountOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="amount">The number of TranslationBuilder services in the system.</param>
            <param name="ishWindowsServiceType">The type of ISH windows service.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.SetISHServiceAmountOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.DisableISHComponentOperation">
            <summary>
            Disable components of deployment.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.DisableISHComponentOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.DisableISHComponentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Enums.ISHComponentName[])">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.DisableISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="componentsNames">Names of components to be Disabled.</param>
            <remarks>Don't use this method for background task services</remarks>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.DisableISHComponentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Collections.Generic.IEnumerable{ISHDeploy.Common.Models.ISHComponent})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.DisableISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="components">List with the components to be disabled.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.DisableISHComponentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.DisableISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="backgroundTaskRole">The role of BackgroundTask component to be Disabled.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.DisableISHComponentOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.DisableISHComponentOperation.InitializeActions(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Collections.Generic.List{ISHDeploy.Common.Models.ISHComponent})">
            <summary>
            Initializes the actions of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.DisableISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="components">List with the components to be disabled.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.DisableISHComponentOperation.InitializeServiceActions(ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager,ISHDeploy.Common.Enums.ISHWindowsServiceType)">
            <summary>
            Initializes service actions.
            </summary>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="serviceManager">The windows service manager.</param>
            <param name="serviceType">The ISH windows services type.</param>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.EnableISHComponentOperation">
            <summary>
            Enable components of deployment.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.EnableISHComponentOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.EnableISHComponentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Enums.ISHComponentName[])">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.EnableISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="componentsNames">Names of components to be enabled.</param>
            <remarks>Don't use this method for background task services</remarks>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.EnableISHComponentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Collections.Generic.IEnumerable{ISHDeploy.Common.Models.ISHComponent})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.EnableISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="components">List with the components to be enabled.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.EnableISHComponentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.EnableISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="backgroundTaskRole">The role of BackgroundTask component to be enabled.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.EnableISHComponentOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.EnableISHComponentOperation.InitializeActions(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Collections.Generic.List{ISHDeploy.Common.Models.ISHComponent})">
            <summary>
            Initializes the actions of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.EnableISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="components">List with the components to be enabled.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.EnableISHComponentOperation.InitializeServiceActions(ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager,ISHDeploy.Common.Enums.ISHWindowsServiceType)">
            <summary>
            Initializes actions.
            </summary>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="serviceManager">The windows service manager.</param>
            <param name="serviceType">The ISH windows services type.</param>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.GetISHComponentOperation">
            <summary>
            Gets parameters.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation`1" />
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.GetISHComponentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.GetISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">Deployment instance <see cref="T:ISHDeploy.Models.ISHDeployment"/></param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.GetISHComponentOperation.Run">
            <summary>
            Runs current operation.
            </summary>
            <returns>Collection with parameters for Content Manager deployments.</returns>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.RemoveISHTranslationFileSystemExportOperation">
            <summary>
            Removes FileSystem Instance from Translation Organizer".
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.RemoveISHTranslationFileSystemExportOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.RemoveISHTranslationFileSystemExportOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.RemoveISHTranslationFileSystemExportOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.RemoveISHTranslationFileSystemExportOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.RemoveISHIntegrationTMSOperation">
            <summary>
            Removes TMS Instance from Translation Organizer".
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.RemoveISHIntegrationTMSOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.RemoveISHIntegrationTMSOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.RemoveISHIntegrationTMSOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.RemoveISHIntegrationTMSOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.RemoveISHIntegrationWorldServerOperation">
            <summary>
            Removes World Server Instance from Translation Organizer".
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.RemoveISHIntegrationWorldServerOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.RemoveISHIntegrationWorldServerOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.RemoveISHIntegrationWorldServerOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.RemoveISHIntegrationWorldServerOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHTranslationFileSystemExportOperation">
            <summary>
            Sets configuration of FileSystem.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHTranslationFileSystemExportOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHTranslationFileSystemExportOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Models.BaseXMLElement,System.Boolean,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHTranslationFileSystemExportOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="fileSystemConfiguration">The FileSystem configuration.</param>
            <param name="isExternalJobMaxTotalUncompressedSizeBytesSpecified">Is ExternalJobMaxTotalUncompressedSizeBytes specified.</param>
            <param name="exceptionMessage">The error message.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHTranslationFileSystemExportOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationTmsOperation">
            <summary>
            Sets configuration of TMS.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationTmsOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationTmsOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Models.TranslationOrganizer.TmsUserCredentialsConfigurationSection,System.Boolean,System.Boolean,System.Collections.Generic.Dictionary{ISHDeploy.Common.Enums.TmsConfigurationSetting,System.Object})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationTmsOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="tmsConfiguration">The TMS configuration.</param>
            <param name="isExternalJobMaxTotalUncompressedSizeBytesSpecified">Is ExternalJobMaxTotalUncompressedSizeBytes specified.</param>
            <param name="isRetriesOnTimeoutSpecified">Is RetriesOnTimeout specified.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationTmsOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Models.TranslationOrganizer.TmsApiSecretConfigurationSection,System.Boolean,System.Boolean,System.Collections.Generic.Dictionary{ISHDeploy.Common.Enums.TmsConfigurationSetting,System.Object})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationTmsOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="tmsConfiguration">The TMS configuration.</param>
            <param name="isExternalJobMaxTotalUncompressedSizeBytesSpecified">Is ExternalJobMaxTotalUncompressedSizeBytes specified.</param>
            <param name="isRetriesOnTimeoutSpecified">Is RetriesOnTimeout specified.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationTmsOperation.Initialize(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection,System.Boolean,System.Boolean,System.Collections.Generic.Dictionary{ISHDeploy.Common.Enums.TmsConfigurationSetting,System.Object})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationTmsOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="tmsConfiguration">The TMS configuration.</param>
            <param name="isExternalJobMaxTotalUncompressedSizeBytesSpecified">Is ExternalJobMaxTotalUncompressedSizeBytes specified.</param>
            <param name="isRetriesOnTimeoutSpecified">Is RetriesOnTimeout specified.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationTmsOperation.HandleStringBeforeSaving(ISHDeploy.Common.Enums.TmsConfigurationSetting,System.Object)">
            <summary>
            Returns value in appropriate string format
            </summary>
            <param name="type">Type of setting</param>
            <param name="value">The value</param>
            <returns></returns>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationTmsOperation.ValidateConfigurationForHttp(ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection)">
            <summary>
            Validates the Tms configuration section properties when uri contans http scheme.
            </summary>
            <param name="configuration">The TMS configuration.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationTmsOperation.ValidateConfigurationForHttps(ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection,ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Validates the Tms configuration section properties when uri contans https scheme.
            </summary>
            <param name="configuration">The TMS configuration.</param>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationTmsOperation.ValidateConfiguration(ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection,ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Validates the Tms configuration section properties.
            </summary>
            <param name="configuration">The TMS configuration.</param>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationTmsOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerOperation">
            <summary>
            Sets configuration of WorldServer.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Models.TranslationOrganizer.BaseWorldServerConfigurationSection,System.Boolean,System.Boolean,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="worldServerConfiguration">The world server configuration.</param>
            <param name="isExternalJobMaxTotalUncompressedSizeBytesSpecified">Is ExternalJobMaxTotalUncompressedSizeBytes specified.</param>
            <param name="isRetriesOnTimeoutSpecified">Is RetriesOnTimeout specified.</param>
            <param name="exceptionMessage">The error message.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Models.TranslationOrganizer.BaseWorldServerConfigurationSection,System.Boolean,System.Boolean,System.TimeSpan,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="worldServerConfiguration">The world server configuration.</param>
            <param name="isExternalJobMaxTotalUncompressedSizeBytesSpecified">Is ExternalJobMaxTotalUncompressedSizeBytes specified.</param>
            <param name="isRetriesOnTimeoutSpecified">Is RetriesOnTimeout specified.</param>
            <param name="httpTimeout">The HTTP timeout (Used for REST client only).</param>
            <param name="exceptionMessage">The error message.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation">
            <summary>
            Sets translation organizer windows service.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation.Parameters">
            <summary>
            Parameters to pass to constructor <see cref="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation"/>
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation.Parameters.InfoShareWSUri">
            <summary>
            InfoShareWSUri
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation.Parameters.WsTrustBindingType">
            <summary>
            WsTrustBindingType
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation.Parameters.WsTrustEndpoint">
            <summary>
            WsTrustEndpoint
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation.Parameters.InfoShareWSServiceCertificateValidationMode">
            <summary>
            InfoShareWSServiceCertificateValidationMode
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation.Parameters.InfoShareWSDnsIdentity">
            <summary>
            InfoShareWSDnsIdentity
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation.Parameters.UserName">
            <summary>
            UserName
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation.Parameters.Password">
            <summary>
            Password
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Collections.Generic.Dictionary{ISHDeploy.Common.Enums.TranslationOrganizerSetting,System.Object})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation.Parameters)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="parameters">The set of parameters.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation.HandleStringBeforeSaving(ISHDeploy.Common.Enums.TranslationOrganizerSetting,System.Object)">
            <summary>
            Returns value in appropriate string format
            </summary>
            <param name="type">Type of setting</param>
            <param name="value">The value</param>
            <returns></returns>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationBuilderOperation">
            <summary>
            Sets translation builder windows service.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationBuilderOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationBuilderOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Collections.Generic.Dictionary{ISHDeploy.Common.Enums.TranslationBuilderSetting,System.Object})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationBuilderOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationBuilderOperation.HandleStringBeforeSaving(ISHDeploy.Common.Enums.TranslationBuilderSetting,System.Object)">
            <summary>
            Returns value in appropriate string format
            </summary>
            <param name="type">Type of setting</param>
            <param name="value">The value</param>
            <returns></returns>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationBuilderOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHCredentials.SetISHIssuerActorUserOperation">
            <summary>
            Sets IssuerActor user credentials.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHCredentials.SetISHIssuerActorUserOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHCredentials.SetISHIssuerActorUserOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHCredentials.SetISHIssuerActorUserOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="userName">The user name.</param>
            <param name="password">The user name.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHCredentials.SetISHIssuerActorUserOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHCredentials.SetISHServiceUserOperation">
            <summary>
            Sets ServiceUser user credentials.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHCredentials.SetISHServiceUserOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHCredentials.SetISHServiceUserOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHCredentials.SetISHServiceUserOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="userName">The user name.</param>
            <param name="password">The user name.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHCredentials.SetISHServiceUserOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHCredentials.SetISHOSUserOperation">
            <summary>
            Sets OS user credentials.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHCredentials.SetISHOSUserOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHCredentials.SetISHOSUserOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHCredentials.SetISHOSUserOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="userName">The user name.</param>
            <param name="password">The password.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHCredentials.SetISHOSUserOperation.AddActionsToSetOSUserForSite(System.String,System.String,System.String,System.String)">
            <summary>
            Add actions to set OSUser for site
            </summary>
            <param name="userName">The user name.</param>
            <param name="password">The password.</param>
            <param name="appPoolName">The name of AppPool</param>
            <param name="webAppName">The name of Web Site</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHCredentials.SetISHOSUserOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHDeployment.StopISHDeploymentOperation">
            <summary>
            Stops deployment.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHDeployment.StopISHDeploymentOperation.Invoker">
            <summary>
            The actions invoker.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.StopISHDeploymentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.EnableISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.StopISHDeploymentOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHDeployment.StartISHDeploymentOperation">
            <summary>
            Starts deployment.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHDeployment.StartISHDeploymentOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.StartISHDeploymentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHComponent.EnableISHComponentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.StartISHDeploymentOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHDeployment.UpdateISHDeploymentBackupStructureOperation">
            <summary>
            Updates backup directories structure to avoid duplicated backups.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHDeployment.UpdateISHDeploymentBackupStructureOperation.Invoker">
            <inheritdoc cref="P:ISHDeploy.Common.Interfaces.IOperation.Invoker"/>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.UpdateISHDeploymentBackupStructureOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHDeployment.UpdateISHDeploymentBackupStructureOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.UpdateISHDeploymentBackupStructureOperation.Run">
            <inheritdoc cref="M:ISHDeploy.Common.Interfaces.IOperation.Run"/>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHDeployment.AddHistoryEntryOperation">
            <summary>
            Adds entry to the history file about cmdlets usage
            </summary>
            <seealso cref="T:ISHDeploy.Business.Operations.BaseOperationPaths" />
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHDeployment.AddHistoryEntryOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.AddHistoryEntryOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,System.Version)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHDeployment.AddHistoryEntryOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="text">The text with description which cmdlet was executed with which parameters.</param>
            <param name="version">Module version.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.AddHistoryEntryOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentParametersOperation">
            <summary>
            Gets parameters.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation`1" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentParametersOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentParametersOperation._parameters">
            <summary>
            Parameters
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentParametersOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentParametersOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">Deployment instance <see cref="T:ISHDeploy.Models.ISHDeployment"/></param>
            <param name="original">Flag to show initial parameters</param>
            <param name="changed">Flag to show difference in parameters only</param>
            <param name="showPassword">Flag to show real passwords</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentParametersOperation.Run">
            <summary>
            Runs current operation.
            </summary>
            <returns>Collection with parameters for Content Manager deployments.</returns>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentHistoryOperation">
            <summary>
            Gets history file content.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation`1" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentHistoryOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentHistoryOperation._historyContent">
            <summary>
            The history file content
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentHistoryOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentsOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">Deployment instance <see cref="T:ISHDeploy.Models.ISHDeployment"/></param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentHistoryOperation.Run">
            <summary>
            Runs current operation.
            </summary>
            <returns>List of installed Content Manager deployments.</returns>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentsOperation">
            <summary>
            Gets a list of installed Content Manager deployments found on the current system.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation`1" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentsOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentsOperation._ishProjects">
            <summary>
            The list of installed Content Manager deployments found on the current system.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentsOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentsOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="projectName">The deployment name.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.GetISHDeploymentsOperation.Run">
            <summary>
            Runs current operation.
            </summary>
            <returns>List of installed Content Manager deployments.</returns>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHDeployment.BackupISHDeploymentOperation">
            <summary>
            Backup data from Web, App, Data folders.
            </summary>
            <seealso cref="T:ISHDeploy.Business.Operations.BaseOperationPaths" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHDeployment.BackupISHDeploymentOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.BackupISHDeploymentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHDeployment.BackupISHDeploymentOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="parameterSetName">Web, App or Data folders.</param>
            <param name="path">Path to backup.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.BackupISHDeploymentOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHDeployment.ClearISHDeploymentHistoryOperation">
            <summary>
            Clears customization history for Content Manager deployment
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHDeployment.ClearISHDeploymentHistoryOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.ClearISHDeploymentHistoryOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHDeployment.ClearISHDeploymentHistoryOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.ClearISHDeploymentHistoryOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHDeployment.UndoISHDeploymentOperation">
            <summary>
            Operation to revert changes to Vanilla state.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHDeployment.UndoISHDeploymentOperation.Invoker">
            <summary>
            The actions invoker.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHDeployment.UndoISHDeploymentOperation._xmlConfigManager">
            <summary>
            The xml configuration manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.UndoISHDeploymentOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Boolean)">
            <summary>
            Reverts all changes to the vanilla.
            </summary>
            <param name="logger">Logger object.</param>
            <param name="ishDeployment">Deployment instance <see cref="T:ISHDeploy.Models.ISHDeployment"/></param>
            <param name="skipRecycle">Indicates whether skip recycle or not.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.UndoISHDeploymentOperation.AddActionsToSetOSUserForWebSitesAndAppPools(System.String,System.String,System.String,System.String)">
            <summary>
            Add actions to set OSUser for site
            </summary>
            <param name="userName">The user name.</param>
            <param name="password">The password.</param>
            <param name="appPoolName">The name of AppPool</param>
            <param name="webAppName">The name of Web Site</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.UndoISHDeploymentOperation.AddActionToSetIdentityType(System.String)">
            <summary>
            Add action to set identityType
            </summary>
            <param name="appPoolName">The name of AppPool</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.UndoISHDeploymentOperation.IsOsUserChanged(System.String,System.String)">
            <summary>
            Checks that user name or user password was changed.
            </summary>
            <param name="userName">The name of the user.</param>
            <param name="password">The password of the user.</param>
            <returns>Flag which reflect that OS user was changed.</returns>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHDeployment.UndoISHDeploymentOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHPackage.UndoISHFileOperation">
            <summary>
            Operation to revert filesystem changes.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHPackage.UndoISHFileOperation.Invoker">
            <summary>
            The actions invoker.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHPackage.UndoISHFileOperation._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHPackage.UndoISHFileOperation._xmlConfigManager">
            <summary>
            The xml configuration manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHPackage.UndoISHFileOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHPackage.UndoISHFileOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">Deployment instance <see cref="T:ISHDeploy.Models.ISHDeployment"/></param>
            <param name="isDeploymentTogglingDelegated">Indicates that start/stop actions is responsibility of chained operations.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHPackage.UndoISHFileOperation.Run">
            <summary>
            Executes operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHPackage.CopyISHFileOperation">
            <summary>
            Copies custom files to deployment directories and replaces parameters in files on values of the deployment
            </summary>
            <seealso cref="T:ISHDeploy.Business.Operations.BaseOperationPaths" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHPackage.CopyISHFileOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHPackage.CopyISHFileOperation._ishPathsHelper">
            <summary>
            We need IshPathsHelper to calculate relative path to file
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHPackage.CopyISHFileOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHPackage.CopyISHFileOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="sourceDirectoryPath">The path to folder with custom files with the same structure as CD.</param>
            <param name="force">Replaces existing file if true.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHPackage.CopyISHFileOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHPackage.CopyISHFileOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="sourceDirectoryPath">The path to folder with custom files with the same structure as CD.</param>
            <param name="destinationDirectoryPath">The path to destination folder od CM.</param>
            <param name="force">Replaces existing file if true.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHPackage.CopyISHFileOperation.AddActions(System.Collections.Generic.IEnumerable{ISHDeploy.Common.Models.ISHCustomFile},System.Collections.Generic.Dictionary{System.String,System.String},System.Boolean)">
            <summary>
            Adding actions to copy files
            </summary>
            <param name="files">The list of prepared files</param>
            <param name="inputParameters">The input parameters to fine matches between placeholders and values.</param>
            <param name="force">Replaces existing file if true.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHPackage.CopyISHFileOperation.GetRelativePathAndRootFolderPath(System.String)">
            <summary>
            Calculate relative and root folder paths
            </summary>
            <param name="destinationFilePath"></param>
            <returns>Tuple with relative and root folder paths</returns>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHPackage.CopyISHFileOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHPackage.SetISHCMCUILResourceGroupOperation">
            <summary>
            Set resource group in ~\Author\ASP\UI\Extensions\_config.xml.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHPackage.SetISHCMCUILResourceGroupOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHPackage.SetISHCMCUILResourceGroupOperation._fileManager">
            <summary>
            The file manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHPackage.SetISHCMCUILResourceGroupOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,System.String[])">
            <summary>
            Initializes a new instance of the class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="name">The name of resource group.</param>
            <param name="relativePaths">Relative paths to resource files.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHPackage.SetISHCMCUILResourceGroupOperation.EnsureExtensionsLoaderFileExists">
            <summary>
            Creates ~\Web\Author\ASP\UI\Helpers\ExtensionsLoader.js file if file does not exist.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHPackage.SetISHCMCUILResourceGroupOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHPackage.GetISHPackageFolderPathOperation">
            <summary>
            Gets the path to the packages folder
            </summary>
            <seealso cref="T:ISHDeploy.Business.Operations.BaseOperationPaths" />
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHPackage.GetISHPackageFolderPathOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHPackage.GetISHPackageFolderPathOperation._isUncFormat">
            <summary>
            Return path in UNC format
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHPackage.GetISHPackageFolderPathOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHPackage.GetISHPackageFolderPathOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="isUncFormat">If true return path in UNC format</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHPackage.GetISHPackageFolderPathOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper">
            <summary>
            Helper class containing methods to validates configs and schemas.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper.CollectiveSpacesCustomConfigFolderPath">
            <summary>
            The path to folder ~\InfoShareCS\custom\
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper.DocTypesFolderPath">
            <summary>
            The path to folder ~\Author\ASP\DocTypes\
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper.TempFolderPath">
            <summary>
            The path to folder ~\InfoShareCS\Custom\CSTemp
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper.BehaviorConfigFilePath">
            <summary>
            The path to folder ~\InfoShareCS\custom\BehaviorConfig.xml
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper.CompileSchemaResult">
            <summary>
            Result of compile schema action.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper._logger">
            <summary>
            Logger
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper._directoryRemoveInvoker">
            <summary>
            The actions invoker for deleting temp files
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper.BehaviorConfigFileName">
            <summary>
            File name BehaviorConfig.xml
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper.BehaviorConfigSchemaFileName">
            <summary>
            File name BehaviorConfig.xsd
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper.CatalogFileName">
            <summary>
            File name catalog.xml
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper.CatalogMappingFileName">
            <summary>
            File name catalog-mapping.xml
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="collectiveSpacesCustomConfigFolderPath">The path to folder for custom collective spaces configuration files.</param>
            <param name="docTypesFolderPath">The path to the "DocTypes" folder that contains the catalog.xml, catalog-mapping.xml and schemas files.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper.CheckInputsAndPrepareSchemaBundle">
            <summary>
            Checks all inputs
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.ISHFontoSchemaExperienceOperationHelper.CleanupTempFolder">
            <summary>
            Cleans up the CSTemp folder
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation">
            <summary>
            Validates configs and schemas.
            Creates schema bundle
            Uploads schema bundle to Fonto Schema Compiler and gets compile result file back
            Parses compile result file to extract compiled schema contents
            Saves compiled schema contents to file and saves a SchemaLocationConfig.xml with the configuration for the compiled schemas
            Recycles the application pool (TrisoftAppPoolISHCS)
            For version >= 14.0.2, this method will also add additional configuration to optimize the handling of whitespace characters
            for DraftSpace and ReviewSpace:
            * Adds a "xmlNormalization" section to the "Author" and "InfoShareCS" web.config containing the elements for which to preserve
              whitespace and the list of inline elements
            * Recycles the application pool (TrisoftAppPoolISHCM).
            * Adds the "xpath" attribute value of any "block" element that has a "type" attribute containing "candirectlycontaintext"
              in the "BehaviorConfig.xml" to the Fonto Review service "appsettings.json" "BlockTest" value as an extra " or " clause.
            * Adds the "xpath" attribute value of any "image" element in the "BehaviorConfig.xml" to the Fonto Review service
              "appsettings.json" "ObjectTest" value as an extra " or " clause.
            * Restarts the Fonto Review service.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.StartOfPortsRange">
            <summary>
            Start of ports range which will used for compilation of the result file.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.EndOfPortsRange">
            <summary>
            End of ports range which will used for compilation of the result file.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.BlocksWithTextXPath">
            <summary>
            The XPath to find the xml xpath's of the elements that are configured as blocks that can directly contain text
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.ImageXPath">
            <summary>
            The XPath to find the xml xpath's of the elements that are configured as image
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.NarrowTableXPath">
            <summary>
            The XPath to find the xml xpath's of the elements that are configured as readonlynarrowtable
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.NarrowTablePartElementNames">
            <summary>
            The XPath to find the element names that are configured as parts of the readonlynarrowtables
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.DefinitionTableXPath">
            <summary>
            The XPath to find the xml xpath's of the elements that are configured as definitiontable
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.DefinitionTableElementNames">
            <summary>
            The XPath to find the xml elements that are configured as parts of the readonlynarrowtables
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.ListXPath">
            <summary>
            The XPath to find the xml xpath's of the elements that are configured as list
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.ListItemXPath">
            <summary>
            The XPath to find the xml xpath's of the elements that are configured as list item
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.BlockGenericIconXPath">
            <summary>
            The XPath to find the xml xpath's of the elements that are configured as block generic icon
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.InlineGenericIconXPath">
            <summary>
            The XPath to find the xml xpath's of the elements that are configured as inline generic icon
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.InlineXPath">
            <summary>
            The XPath to find the xml xpath's of the elements that are configured as inline
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.HighlightingXPath">
            <summary>
            The XPath to find the xml xpath's of the elements that are configured as highlighting
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.TitleXPath">
            <summary>
            The XPath to find the xml xpath's of the elements that are configured as title
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">Installed Content Manager deployment</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.ParseFontoJson(System.String)">
            <summary>
            Reads the contents of the fonto.json and builds a lookup dictionary with the schema information
            </summary>
            <param name="fontoJsonFilePath">The file path to the fonto.json file in the CSTemp folder.</param>
            <returns>Returns a collection of <see cref="T:ISHDeploy.Common.Models.FontoSchemaExperience.SchemaInfo"/>.</returns>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.SetFontoReviewServiceConfigActions(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Adds the xpaths of the custom block elements configured in the BehaviorConfig.xml file to the OOB SchemaExperience.BlockTest value in fonto review json config
            </summary>
            <param name="logger">The logger</param>
            <param name="behaviorConfigFilePath">BehaviorConfig.xml file path</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.SetFontoFDiffConfigActions(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Adds the xpaths of the custom block, inline, etc. elements configured in the BehaviorConfig.xml file to the OOB FDiff sx.xml configuration file
            </summary>
            <param name="logger">The logger</param>
            <param name="behaviorConfigFilePath">BehaviorConfig.xml file path</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.GetFontoReviewConfiguredXPath(System.String,System.String)">
            <summary>
            Gets the value of the SchemaExperience.BlockTest field from the fonto review json config file
            </summary>
            <param name="filePath">File path of the fonto review json config file</param>
            <param name="tokenPath">The token path of the property in the configuration file</param>
            <returns>The value of the SchemaExperience.BlockTest field</returns>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.GetFontoFDiffConfiguredXPath(System.String,System.Xml.Linq.XName)">
            <summary>
            Gets the value of the given attribute from the root element of the FDiff sx.xml config file
            </summary>
            <param name="filePath">File path of the Fonto FDiff sx.xml config file</param>
            <param name="attributeName">Name of the attribute for which to return the value</param>
            <returns>The value of the attribute</returns>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.XPathEvaluateToAttributeValue(System.Xml.Linq.XDocument,System.String)">
            <summary>
            Helper method to retrieve the value of all attributes matching the xpath expression
            </summary>
            <param name="behaviorConfigXml">BehaviorConfig.xml</param>
            <param name="xpath">XPath expression that resolves to an attribute</param>
            <returns>A list with the values of the matching attributes</returns>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.XPathEvaluateToElementValue(System.Xml.Linq.XDocument,System.String)">
            <summary>
            /// Helper method to retrieve the value of all elements matching the xpath expression
            </summary>
            <param name="behaviorConfigXml">BehaviorConfig.xml</param>
            <param name="xpath">XPath expression that resolves to an element</param>
            <returns>A list with the values of the matching elements</returns>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.GetCustomBehaviorConfigElements(System.String,System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{System.String}@,System.Collections.Generic.List{System.String}@)">
            <summary>
            /// Loads the BehaviorConfig.xml file and collects the xpaths of all types of elements that are configured
            </summary>
            <param name="behaviorConfigFilePath">BehaviorConfig.xml file path</param>
            <param name="blockWithTextXPaths">XPaths of elements configured as "block" and "candirectlycontaintext"</param>
            <param name="imageXPaths">XPaths of elements configured as "image"</param>
            <param name="narrowTableXPaths">XPaths of elements configured as "readonlynarrowtable"</param>
            <param name="narrowTablePartsXPaths">XPaths of elements configured as part of "readonlynarrowtable"</param>
            <param name="inlineXPaths">XPaths of elements configured as "inline"</param>
            <param name="highlightingXPaths">XPaths of elements configured as "highlighting"</param>
            <param name="titleXPaths">XPaths of elements configured as "title"</param>
            <param name="definitionTableXPaths">XPaths of elements configured as "definitiontable"</param>
            <param name="definitionTablePartsXPaths">XPaths of elements configured as part of "definitiontable"</param>
            <param name="ListXPaths">XPaths of elements configured as "list"</param>
            <param name="ListItemXPaths">XPaths of elements configured as "list item"</param>
            <param name="blockGenericIconXPaths">XPaths of elements configured as "blockgenericicon"</param>
            <param name="inlineGenericIconXPaths">XPaths of elements configured as "inlinegenericicon"</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.TryGetFontoReviewVanillaTestXPaths(ISHDeploy.Common.Models.ISHFilePath,System.String@,System.String@)">
            <summary>
            Reads the value of the SchemaExperience.BlockTest field and SchemaExperience.ObjectTest from the backed up fonto review json config file
            If no backed up fonto review json config file is found, reads it from the current fonto review json config file
            </summary>
            <param name="fontoReviewConfigFilePath">Fonto review json config file</param>
            <param name="blockTestPathValue">The value of the SchemaExperience.BlockTest field</param>
            <param name="objectTestPathValue">The value of the SchemaExperience.ObjectTest field</param>
            <returns>true if both xPath values were found, false otherwise</returns>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.TryGetFontoFDiffVanillaTestXPaths(ISHDeploy.Common.Models.ISHFilePath,System.String@,System.String@,System.String@,System.String@,System.String@)">
            <summary>
            Reads the value of the sx:blockTest, sx:objectTest, sx:inlineTest, sx:tablePartTest from the backed up FDiff sx.xml config file
            If no backed up FDiff sx.xml config file is found, reads it from the current fonto review json config file
            </summary>
            <param name="FontoFDiffConfigFilePath">FDiff sx.xml config file</param>
            <param name="blockTestXPathValue">The value of the sx:blockTest attribute</param>
            <param name="objectTestXPathValue">The value of the sx:objectTest field</param>
            <param name="inlineTestXPathValue">The value of the sx:inlineTest field</param>
            <param name="tablePartTestXPathValue">The value of the sx:tablePartTest field</param>
            <param name="tableRootTestXPathValue">The value of the sx:tableRootTest field</param>
            <returns>true if all xPath values were found, false otherwise</returns>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceOperation.CombineXPaths(System.String,System.Collections.Generic.List{System.String})">
            <summary>
            Combines an xpath value with the list of custom xpaths
            </summary>
            <param name="xPathValue">The original xpath value (For example: "self::element1 or self::element2 or self::...")</param>
            <param name="customXPaths">A list of xpaths (For example: [0]=self::element4, [1]=select::element5[parent::element6]</param>
            <returns>The combined xpath. (For example: "self::element1 or self::element2 or self::... or self::element4 or select::element5[parent::element6]")</returns>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.TestISHFontoSchemaExperienceOperation">
            <summary>
            Validates configs and schemas.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.TestISHFontoSchemaExperienceOperation._operationsHelper">
            <summary>
            The instance of the ISHFontoSchemaExperienceOperationHelper
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.TestISHFontoSchemaExperienceOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.TestISHFontoSchemaExperienceOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">Installed Content Manager deployment</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHFontoSchemaExperience.TestISHFontoSchemaExperienceOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHIntegrationDB.TestISHIntegrationDBOperation">
            <summary>
            Tests connection string to database
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation`1" />
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHIntegrationDB.TestISHIntegrationDBOperation._connectionString">
            <summary>
            The connection string to database
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationDB.TestISHIntegrationDBOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHIntegrationDB.GetISHIntegrationDBOperation" /> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="connectionString">The connection string to database.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationDB.TestISHIntegrationDBOperation.Run">
            <summary>
            Runs current operation.
            </summary>
            <returns>List of installed Content Manager deployments.</returns>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHIntegrationDB.GetISHIntegrationDBOperation">
            <summary>
            Gets connection string to database and type of database.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation`1" />
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationDB.GetISHIntegrationDBOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHIntegrationDB.GetISHIntegrationDBOperation" /> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationDB.GetISHIntegrationDBOperation.Run">
            <summary>
            Runs current operation.
            </summary>
            <returns>List of installed Content Manager deployments.</returns>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHIntegrationDB.SetISHIntegrationDBOperation">
            <summary>
            Set connection string to database.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHIntegrationDB.SetISHIntegrationDBOperation.SQLServerProviders">
            <summary>
            The list of supported sql server providers.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHIntegrationDB.SetISHIntegrationDBOperation.OracleProvider">
            <summary>
            The supported oracle provider.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHIntegrationDB.SetISHIntegrationDBOperation.Invoker">
            <summary>
            The actions invoker.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationDB.SetISHIntegrationDBOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,ISHDeploy.Common.Enums.DatabaseType)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHIntegrationDB.SetISHIntegrationDBOperation" /> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="connectionString">Connection string to check.</param>
            <param name="databaseType">The type of Database.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationDB.SetISHIntegrationDBOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationDB.SetISHIntegrationDBOperation.Validate(ISHDeploy.Common.Models.ConnectionStringComponents,ISHDeploy.Common.Enums.DatabaseType)">
            <summary>
            Validates correspondence of parameters.
            </summary>
            <param name="components">The string connection components.</param>
            <param name="databaseType">The database type value.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationDB.SetISHIntegrationDBOperation.AddSetElementValueAction(System.String,System.String)">
            <summary>
            Adds SetElementValueAction.
            </summary>
            <param name="xpath">The xpath to the element.</param>
            <param name="value">The new value of element.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationDB.SetISHIntegrationDBOperation.AddSetRegistryValueAction(System.String,ISHDeploy.Common.Enums.RegistryValueName,System.Object)">
            <summary>
            Adds SetRegistryValueAction.
            </summary>
            <param name="key">The registry key.</param>
            <param name="valueName">The registry value name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationDB.SetISHIntegrationDBOperation.GetDeploymentComponents">
            <summary>
            Gets running deployment component.
            </summary>
            <returns>The deployment components.</returns>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationDB.SetISHIntegrationDBOperation.IsDatabaseEqual(System.String,ISHDeploy.Common.Enums.DatabaseType)">
            <summary>
            Checks that new database is equal to current.
            </summary>
            <param name="connectionString">Connection string to target database.</param>
            <param name="databaseType">Target database type</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationDB.SetISHIntegrationDBOperation.ValidateDatabaseConnection(System.String)">
            <summary>
            Validates connection to database with specified connection string.
            </summary>
            <param name="connectionString">Connection string.</param>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHIntegrationDB.SaveISHIntegrationDBSTSSQLServerConfigurationOperation">
            <summary>
            Generates SQL Server configuration script that grants necessary permissions.
            </summary>
            <seealso cref="T:ISHDeploy.Business.Operations.BaseOperationPaths" />
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHIntegrationDB.SaveISHIntegrationDBSTSSQLServerConfigurationOperation.Invoker">
            <summary>
            The actions invoker.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationDB.SaveISHIntegrationDBSTSSQLServerConfigurationOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,ISHDeploy.Common.Enums.OutputType)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHIntegrationDB.SaveISHIntegrationDBSTSSQLServerConfigurationOperation" /> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="fileName">Name of the output file.</param>
            <param name="type">The output file type.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationDB.SaveISHIntegrationDBSTSSQLServerConfigurationOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHMaintenance.GetISHFreePortNumberOperation">
            <summary>
            Gets free port number in specified range.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHMaintenance.GetISHFreePortNumberOperation._freePortNumber">
            <summary>
            Free port number.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHMaintenance.GetISHFreePortNumberOperation.Invoker">
            <summary>
            The actions invoker.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHMaintenance.GetISHFreePortNumberOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHMaintenance.GetISHFreePortNumberOperation" /> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="startOfRange">Start of range for search.</param>
            <param name="endOfRange">End of range for search.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHMaintenance.GetISHFreePortNumberOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHMaintenance.InvokeISHMaintenanceCleanUpSolrLuceneOperation">
            <summary>
            Invokes operation of SolrLucene clean up.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHMaintenance.InvokeISHMaintenanceCleanUpSolrLuceneOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHMaintenance.InvokeISHMaintenanceCleanUpSolrLuceneOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHMaintenance.InvokeISHMaintenanceCleanUpSolrLuceneOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHMaintenance.InvokeISHMaintenanceCleanUpSolrLuceneOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHMaintenance.InvokeISHMaintenanceCrawlerOperation">
            <summary>
            Invokes operation of Crawler registration/unregister or reindex.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHMaintenance.InvokeISHMaintenanceCrawlerOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHMaintenance.InvokeISHMaintenanceCrawlerOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Enums.RegisterCrawlerOperationType)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHMaintenance.InvokeISHMaintenanceCrawlerOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="operationType">The operation type (register or unregister).</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHMaintenance.InvokeISHMaintenanceCrawlerOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHMaintenance.InvokeISHMaintenanceCrawlerOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="reindexCardType">The card type to reindex.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHMaintenance.InvokeISHMaintenanceCrawlerOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHMaintenance.TestISHFreePortNumberOperation">
            <summary>
            Tests that specified port is not in use.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHMaintenance.TestISHFreePortNumberOperation._portIsFree">
            <summary>
            Reflects that specified port is not in use.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHMaintenance.TestISHFreePortNumberOperation.Invoker">
            <summary>
            The actions invoker.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHMaintenance.TestISHFreePortNumberOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHMaintenance.TestISHFreePortNumberOperation" /> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="portNumber">The port number.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHMaintenance.TestISHFreePortNumberOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUICollectiveSpaces.DisableISHUICollectiveSpacesOperation">
            <summary>
            Disables Collective Spaces for Content Manager development.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUICollectiveSpaces.DisableISHUICollectiveSpacesOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUICollectiveSpaces.DisableISHUICollectiveSpacesOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Enums.CollectiveSpaces[])">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUICollectiveSpaces.DisableISHUICollectiveSpacesOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="collectiveSpaces">The names of collectiveSpaces.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUICollectiveSpaces.DisableISHUICollectiveSpacesOperation.Run">
            <inheritdoc cref="M:ISHDeploy.Common.Interfaces.IOperation.Run"/>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUICollectiveSpaces.EnableISHUICollectiveSpacesOperation">
            <summary>
            Enables Collective Spaces for Content Manager deployment.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUICollectiveSpaces.EnableISHUICollectiveSpacesOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUICollectiveSpaces.EnableISHUICollectiveSpacesOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Enums.CollectiveSpaces[])">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUICollectiveSpaces.EnableISHUICollectiveSpacesOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="collectiveSpaces">The names of collectiveSpaces.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUICollectiveSpaces.EnableISHUICollectiveSpacesOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUICollectiveSpaces.UpdateISHUICollectiveSpacesClientConfigurationOperation">
            <summary>
            Updates client configuration with Collective Spaces statement.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUICollectiveSpaces.UpdateISHUICollectiveSpacesClientConfigurationOperation.Invoker">
            <inheritdoc cref="P:ISHDeploy.Common.Interfaces.IOperation.Invoker"/>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUICollectiveSpaces.UpdateISHUICollectiveSpacesClientConfigurationOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Enums.CollectiveSpaces[],System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUICollectiveSpaces.UpdateISHUICollectiveSpacesClientConfigurationOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="updatedCollectiveSpaces">The names of updated collectiveSpaces.</param>
            <param name="isEnabling">Indicates that this is enabling action.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUICollectiveSpaces.UpdateISHUICollectiveSpacesClientConfigurationOperation.Run">
            <inheritdoc cref="M:ISHDeploy.Common.Interfaces.IOperation.Run"/>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHAPIWCFService.SetISHAPIWCFServiceCertificateOperation">
            <summary>
            Sets WCF service to use a certificate that matches to thumbprint
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHAPIWCFService.SetISHAPIWCFServiceCertificateOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHAPIWCFService.SetISHAPIWCFServiceCertificateOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,System.Nullable{System.ServiceModel.Security.X509CertificateValidationMode})">
            <summary>
            Initializes a new instance of the class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="thumbprint">The certificate thumbprint.</param>
            <param name="validationMode">The certificate validation mode.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHAPIWCFService.SetISHAPIWCFServiceCertificateOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSFederationOperation">
            <summary>
            Sets WSFederation configuration.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSFederationOperation.Invoker">
            <inheritdoc/>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSFederationOperation.JsonConfigManager">
            <inheritdoc cref="T:ISHDeploy.Data.Managers.Interfaces.IJsonConfigManager"/>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSFederationOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Uri)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSFederationOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="endpoint">The url of the Security Token Service.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSFederationOperation.Run">
            <inheritdoc/>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSFederationOperation.AddUpdateJsonConfigAction(ISHDeploy.Common.Models.ISHFilePath,System.String,System.String)">
            <summary>
            Updates specified json file with new not empty string value by specified jPath.
            </summary>
            <param name="jsonFilePath">The json file path.</param>
            <param name="jsonItemPath">The json item path.</param>
            <param name="jsonItemValue">The value to set.</param>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHIntegrationSTS.SaveISHIntegrationSTSConfigurationPackageOperation">
            <summary>
            Saves current STS integration configuration to zip package.
            </summary>
            <seealso cref="T:ISHDeploy.Business.Operations.BaseOperationPaths" />
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHIntegrationSTS.SaveISHIntegrationSTSConfigurationPackageOperation.Invoker">
            <summary>
            The actions invoker.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.SaveISHIntegrationSTSConfigurationPackageOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHIntegrationSTS.SaveISHIntegrationSTSConfigurationPackageOperation" /> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="fileName">Name of the file.</param>
            <param name="packAdfsInvokeScript">if set to <c>true</c> the add ADFS script invocation into package.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.SaveISHIntegrationSTSConfigurationPackageOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHIntegrationSTS.DisableISHIntegrationSTSInternalAuthenticationOperation">
            <summary>
            Disable internal STS access
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHIntegrationSTS.DisableISHIntegrationSTSInternalAuthenticationOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.DisableISHIntegrationSTSInternalAuthenticationOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.DisableISHIntegrationSTSInternalAuthenticationOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHIntegrationSTS.EnableISHIntegrationSTSInternalAuthenticationOperation">
            <summary>
            Enable internal STS access
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHIntegrationSTS.EnableISHIntegrationSTSInternalAuthenticationOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.EnableISHIntegrationSTSInternalAuthenticationOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,System.String)">
            <summary>
            Initializes a new instance of the class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="lCHost">Host name.</param>
            <param name="lCWebAppName">Application name.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.EnableISHIntegrationSTSInternalAuthenticationOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHIntegrationSTS.RemoveISHIntegrationSTSCertificateOperation">
            <summary>
            Removes certificate based on a issuer name.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHIntegrationSTS.RemoveISHIntegrationSTSCertificateOperation.Invoker">
            <inheritdoc />
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.RemoveISHIntegrationSTSCertificateOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String)">
            <summary>
            Initializes a new instance of the class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="issuer">The certificate issuer.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.RemoveISHIntegrationSTSCertificateOperation.Run">
            <inheritdoc />
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustIncludeInternalClientsOperation">
            <summary>
            Sets WSTrust configuration including internal clients.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustIncludeInternalClientsOperation.Invoker">
            <inheritdoc />
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustIncludeInternalClientsOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Uri,System.Uri,ISHDeploy.Common.Enums.BindingType,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustIncludeInternalClientsOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="endpoint">The URL to issuer WSTrust endpoint.</param>
            <param name="mexEndpoint">The URL to issuer WSTrust mexEndpoint.</param>
            <param name="bindingType">The STS issuer authentication type.</param>
            <param name="actorUsername">The STS user.</param>
            <param name="actorPassword">The password of STS user.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustIncludeInternalClientsOperation.Run">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustOperation">
            <summary>
            Sets WSTrust configuration.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustOperation.Invoker">
            <inheritdoc/>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Uri,System.Uri,ISHDeploy.Common.Enums.BindingType)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="endpoint">The URL to issuer WSTrust endpoint.</param>
            <param name="mexEndpoint">The URL to issuer WSTrust mexEndpoint.</param>
            <param name="bindingType">The STS issuer authentication type.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustOperation.Run">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSCertificateOperation">
            <summary>
            Sets Thumbprint and issuers values to configuration.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSCertificateOperation.Invoker">
            <inheritdoc />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSCertificateOperation.JsonConfigManager">
            <inheritdoc cref="T:ISHDeploy.Data.Managers.Interfaces.IJsonConfigManager"/>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSCertificateOperation._issuerThumbprint">
            <inheritdoc cref="T:ISHDeploy.Common.Models.ISHXmlNodes.IssuerThumbprintItem"/>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSCertificateOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,System.String,System.Nullable{System.ServiceModel.Security.X509CertificateValidationMode})">
            <summary>
            Initializes a new instance of the class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="thumbprint">The certificate thumbprint.</param>
            <param name="issuer">The certificate issuer.</param>
            <param name="validationMode">The certificate validation mode.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHIntegrationSTS.SetISHIntegrationSTSCertificateOperation.Run">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSRelyingPartyOperation">
            <summary>
            Sets the Relying Party
            </summary>
            <seealso cref="T:ISHDeploy.Business.Operations.BaseOperationPaths" />
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSRelyingPartyOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSRelyingPartyOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,System.String,ISHDeploy.Common.Enums.RelyingPartyType,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSRelyingPartyOperation" /> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="name">The name.</param>
            <param name="realm">The realm.</param>
            <param name="relyingPartyType">The relying party type.</param>
            <param name="encryptingCertificate">The encryption certificate.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSRelyingPartyOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHSTS.GetIshStsRelyingPartyOperation">
            <summary>
            Gets the configured Relying Parties
            </summary>
            <seealso cref="T:ISHDeploy.Business.Operations.BaseOperationPaths" />
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHSTS.GetIshStsRelyingPartyOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHSTS.GetIshStsRelyingPartyOperation._resultRows">
            <summary>
            The list of configured Relying Parties found.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.GetIshStsRelyingPartyOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHSTS.GetIshStsRelyingPartyOperation" /> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="ish">If set to <c>true</c> then add parties to ISH.</param>
            <param name="lc">If set to <c>true</c> then add parties to Live Content.</param>
            <param name="bl">If set to <c>true</c> then add parties to Blue Lion.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.GetIshStsRelyingPartyOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHSTS.ResetISHSTSOperation">
            <summary>
            Resets STS database
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHSTS.ResetISHSTSOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.ResetISHSTSOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.ResetISHSTSOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSConfigurationOperation">
            <summary>
            Sets STS token signing certificate and/or changes type of authentication.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSConfigurationOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSConfigurationOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,ISHDeploy.Common.Enums.AuthenticationType)">
            <summary>
            Initializes a new instance of the class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="thumbprint">The Token signing certificate Thumbprint.</param>
            <param name="authenticationType">The authentication type.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSConfigurationOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String)">
            <summary>
            Initializes a new instance of the class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="thumbprint">The Token signing certificate Thumbprint.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSConfigurationOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Enums.AuthenticationType)">
            <summary>
            Initializes a new instance of the class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="authenticationType">The authentication type.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSConfigurationOperation.CheckPermissions">
            <summary>
            User Access Control check
            </summary>
            <exception cref="T:System.Exception">Administrator role not found. Starting new process with elevated rights.</exception>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSConfigurationOperation.AddActionsToStopSTSApplicationPool(ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Adds the stop STS application pool action.
            </summary>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSConfigurationOperation.AddActionsToSetTokenSigningCertificate(System.String)">
            <summary>
            Adds actions for setting STS token signing certificate.
            </summary>
            <param name="thumbprint">The Token signing certificate Thumbprint.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSConfigurationOperation.AddActionsToSetAuthenticationType(ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Enums.AuthenticationType)">
            <summary>
            Adds actions for setting STS authentication type.
            </summary>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="authenticationType">The authentication type.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSConfigurationOperation.AddActionsToChangeEndpointAndBindingTypes(ISHDeploy.Common.Enums.BindingType,System.String)">
            <summary>
            Adds actions to change endpoints and binding types
            </summary>
            <param name="bindingType">The type of binding.</param>
            <param name="endpoint">The endpoint.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSConfigurationOperation.AddActionsToStartSTSApplicationPool(ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Adds start STS application pool action.
            </summary>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHSTS.SetISHSTSConfigurationOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths">
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides XPaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides folder to create and file name to copy
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths to XML elements and attributes in these files
            </summary>
            <summary>
            Provides folder to create and file name to copy
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides folder to create and file name to copy
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides jPaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides jPaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides jPaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides jPaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides jPaths, search patterns and constants of deployment files
            </summary>
            <summary>
            Provides xpaths, search patterns and constants of deployment files
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TrisoftInfoShareAuthorComPlusApplicationName">
            <summary>
            The name of Trisoft-InfoShare-Author COM+ application
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.Logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InputParameters">
            <summary>
            Input parameters
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.IshDeployment">
            <summary>
            The InfoShare deployment
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.AuthorAspCustomFolderPath">
            <summary>
            Gets the path to ~\Web\Author\ASP\Custom folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.AppFolderPath">
            <summary>
            Gets the path to the App+Suffix Author folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.AppCoreFolderPath">
            <summary>
            Gets the path to the AppCore root folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.AppDatabaseFolderPath">
            <summary>
            Gets the path to the App+Suffix\Database folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.AppDatabaseDBUpgradeToolPlanFilePath">
            <summary>
            The path to ~\Asp\Database\Trisoft.Setup.DBUpgradeTool.Plan.xml
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.AppDatabaseFullExportFilePath">
            <summary>
            The path to ~\Asp\Database\Common\DatabaseIndependent\Examples\Full-Export\fullexport.xsl
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.BackupAppDatabaseFolderPath">
            <summary>
            Gets the path to the ~\Backup\App+Suffix\Database folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.DataFolderPath">
            <summary>
            Gets the path to the Data+Suffix Author folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.DataCoreFolderPath">
            <summary>
            Gets the path to the DataCore root folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.WebFolderPath">
            <summary>
            Gets the path to the Web+Suffix Author folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.WebNameSTS">
            <summary>
            Gets the path to the InfoShareSTS folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.WebNameSTSAppData">
            <summary>
            Gets the path to the InfoShareSTS Application Data folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.HistoryFilePath">
            <summary>
            The path to generated History.ps1 file
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.PathToISHDeploymentProgramDataFolder">
            <summary>
            The path to C:\ProgramData\ISHDeploy folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InternalSTSLoginUrlSTS">
            <summary>
            Url for STS path
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InternalSTSLoginUrlCM">
            <summary>
            Url for CM path
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InternalSTSLoginUrlWSWithNewFolder">
            <summary>
            Url for WS path with new folder
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InternalSTSSouceFolder">
            <summary>
            Url for WS path with new folder
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InternalSTSSourceConnectionConfigurationFile">
            <summary>
            File which will be copied
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InternalSTSFilePath">
            <summary>
            Create path for new derectory for 2 files
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InternalSTSNewConnectionConfigPath">
            <summary>
            New connection file path
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InternalSTSFolderToChange">
            <summary>
            Folder will be created
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InternalSTSFileToChange">
            <summary>
            XML file will be changed in new directory
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.AuthorAspTreeHtmPath">
            <summary>
            The path to ~\Web\Author\ASP\Tree.htm
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.AuthorAspIncParamAspPath">
            <summary>
            The path to ~\Web\Author\ASP\IncParam.asp
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.EventMonitorMenuBarXmlPath">
            <summary>
            The path to ~\Web\Author\ASP\XSL\EventMonitorMenuBar.xml
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.FeedSdlLiveContentConfigPath">
            <summary>
            The path to ~\PublishingService\Tools\FeedSDLLiveContent.ps1.config
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.FolderButtonBarXmlPath">
            <summary>
            The path to ~\Web\Author\ASP\XSL\FolderButtonbar.xml
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.PackagesFolderPath">
            <summary>
            The path to packages folder location for deployment
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.PackagesFolderUncPath">
            <summary>
            The UNC path to packages folder
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.BackupFolderPath">
            <summary>
            The path to back up folder location for deployment
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.FilePathToListWithAddedCustomFiles">
            <summary>
            The path to file with list of custom files that have been added to the deployment.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.WindowsServicesBackupFilePath">
            <summary>
            The path to file with list of backed up properties of windows services of deployment.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.WindowsServicesVanillaFilePath">
            <summary>
            The path to file with vanilla list of all windows services of deployment.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.VanillaRegistryValuesFilePath">
            <summary>
            The path to file with list of vanilla registry values of deployment.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.DeploymentBackupWebFolderPath">
            <summary>
            Gets the path to the ~\Backup\Web+DeploymentSuffix\ folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.DeploymentBackupDataFolderPath">
            <summary>
            Gets the path to the ~\Backup\Data+DeploymentSuffix\ folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.DeploymentBackupAppFolderPath">
            <summary>
            Gets the path to the ~\Backup\App+DeploymentSuffix\ folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.LicenseFolderPath">
            <summary>
            The path to ~\Web\Author\ASP\Editors\Xopus\license\ folder
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InboxButtonBarXmlPath">
            <summary>
            The path to ~\Web\Author\ASP\XSL\InboxButtonBar.xml
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareAuthorWebConfigPath">
            <summary>
            The path to ~\Web\Author\ASP\Web.config
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSConfigPath">
            <summary>
            The path to ~\Web\InfoShareSTS\Configuration\infoShareSTS.config.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSDataBasePath">
            <summary>
            The path to ~\Web\InfoShareSTS\App_Data\IdentityServerConfiguration-2.x.sdf
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSDataBaseConnectionString">
            <summary>
            Gets the connection string to ~\Web\InfoShareSTS\App_Data\IdentityServerConfiguration-2.x.sdf.
            </summary>
            <value>
            The connection string.
            </value>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSWebConfigPath">
            <summary>
            The path to ~\Web\InfoShareSTS\Web.config
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareWSConnectionConfigPath">
            <summary>
            The path to ~\Web\InfoShareWS\connectionconfiguration.xml
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareWSWebConfigPath">
            <summary>
            The path to ~\Web\InfoShareWS\Web.config
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareCSWebConfigPath">
            <summary>
            The path to ~\Web\InfoShareCS\web.config
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareWSWebApiConfigPath">
            <summary>
            The path to ~\Web\InfoShareWS\Api\appsettings.json
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareCSOApiConfigPath">
            <summary>
            The path to ~\Web\InfoShareCS\OApi\appsettings.json
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareCSIndexHtmlFilePath">
            <summary>
            The path to ~\Web\InfoShareCS\index.html
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersFilePath">
            <summary>
            The path to inputparameters.xml
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.AuthorRegFilePath">
            <summary>
            The path to Trisoft-InfoShare-Author.reg
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.BuildersCrawlerRegFilePath">
            <summary>
            The path to Trisoft-InfoShare-Builders-Crawler.reg
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.LanguageDocumentButtonbarXmlPath">
            <summary>
            The path to ~\Web\Author\ASP\XSL\LanguageDocumentButtonbar.xml
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.SynchronizeToLiveContentConfigPath">
            <summary>
            The path to ~\App\Utilities\SynchronizeToLiveContent\SynchronizeToLiveContent.ps1.config
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.TopDocumentButtonBarXmlPath">
            <summary>
            The path to ~\Web\Author\ASP\XSL\TopDocumentButtonbar.xml
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.TrisoftInfoShareClientConfigPath">
            <summary>
            The path to ~\Web\Author\ASP\Trisoft.InfoShare.Client.config
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.XopusBluelionConfigXmlPath">
            <summary>
            The path to ~\Web\Author\ASP\Editors\Xopus\config\bluelion-config.xml
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.XopusBlueLionPluginWebCconfigPath">
            <summary>
            The path to ~\Web\Author\ASP\Editors\Xopus\BlueLion-Plugin\web.config
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.XopusConfigXmlPath">
            <summary>
            The path to ~\Web\Author\ASP\Editors\Xopus\config\config.xml
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.CuifConfigFilePath">
            <summary>
            Gets the path to ~\Web\Author\ASP\UI\Extensions\_config.xml
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.ExtensionsLoaderFilePath">
            <summary>
            Gets the path to ~\Web\Author\ASP\UI\Helpers\ExtensionsLoader.js
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationBuilderConfigFilePath">
            <summary>
            Gets the path to ~\App\TranslationBuilder\Bin\TranslationBuilder.exe.config
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfigFilePath">
            <summary>
            Gets the path to ~\App\TranslationOrganizer\Bin\TranslationOrganizer.exe.config
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.SdlIshAdfsV3RpInstallPSFilePath">
            <summary>
            Gets the path to ~\App\Setup\STS\ADFS\Scripts\SDL.ISH-ADFSv3.0-RP-Install.ps1
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.IncParamAspFilePath">
            <summary>
            Gets the path to ~\Web\Author\ASP\IncParam.asp
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.CurrentISHComponentStatesFilePath">
            <summary>
            The path to file with current states of all InfoShare components.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.RegInfoShareAuthorRegistryElement">
            <summary>
            Gets the path to the "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Trisoft\Tridk\TridkApp\InfoShareAuthor..." element of registry.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.RegInfoShareBuildersRegistryElement">
            <summary>
            Gets the path to the "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Trisoft\\Tridk\TridkApp\InfoShareBuilders..." element of registry.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.CrawlerExeFilePath">
            <summary>
            The path to ~\App\Crawler\Bin\crawler.exe
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.SolrLuceneCatalogFolderPath">
            <summary>
            The path to folder ~\Data\TrisoftSolrLucene\SolrLuceneCatalog\
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.SolrLuceneCatalogAllVersionsFolderPath">
            <summary>
            The path to folder ~\Data\TrisoftSolrLucene\SolrLuceneCatalog\AllVersions\
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.SolrLuceneCatalogLatestVersionFolderPath">
            <summary>
            The path to folder ~\Data\TrisoftSolrLucene\SolrLuceneCatalog\LatestVersion\
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.SolrLuceneCatalogCrawlerFileCacheAllVersionsFolderPath">
            <summary>
            The path to folder ~\Data\TrisoftSolrLucene\SolrLuceneCatalog\CrawlerFileCache\AllVersions\
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.SolrLuceneCatalogCrawlerFileCacheLatestVersionFolderPath">
            <summary>
            The path to folder ~\Data\TrisoftSolrLucene\SolrLuceneCatalog\CrawlerFileCache\LatestVersion\
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.SolrLuceneCatalogCrawlerFileCacheISHReusableObjectFolderPath">
            <summary>
            The path to folder ~\Data\TrisoftSolrLucene\SolrLuceneCatalog\CrawlerFileCache\ISHReusableObject\
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.SolrLuceneConfigFilePath">
            <summary>
            The path to folder ~\App\SolrLucene\Bin\TrisoftSolrLucene.exe.config
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.CrawlerTridkApplicationName">
            <summary>
            The name of registry folder with Crawler's settings
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.FontoReviewConfigFilePath">
            <summary>
            The path to file ~\App\Utilities\FontoReview\appsettings.json
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.FontoDeltaXmlConfigFilePath">
            <summary>
            The path to file ~\App\TrisoftFontoDeltaXml\Bin\TrisoftFontoDeltaXml.exe.config
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.FontoDocumentHistoryConfigFilePath">
            <summary>
            The path to file ~\App\Utilities\FontoDocumentHistory\appsettings.json
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.FontoFDiffConfigFilePath">
            <summary>
            The path to file ~\App\Utilities\FontoDocumentHistory\Configuration\sx.xml
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.FontoSchemaCompilerFilePath">
            <summary>
            The path to file ~\App\Utilities\FontoSchemaCompiler\FontoXml.Sdk.SchemaCompiler.App.exe
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.DatabaseUpgradeToolExeFilePath">
            <summary>
            The path to ~\App\Setup\DBUpgradeTool\DBUpgradeTool.exe
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.CollectiveSpacesCustomConfigRelativeBaseUri">
            <summary>
            The relative Uri to custom folder "/ISHCS/custom/"
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.CollectiveSpacesCustomConfigRelativeFolderPath">
            <summary>
            The relative path to folder "InfoShareCS\custom"
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.CollectiveSpacesCustomConfigFolderPath">
            <summary>
            The full path to folder ~\InfoShareCS\custom
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.CollectiveSpacesCustomSchemasRelativeBaseUri">
            <summary>
            The relative Uri to custom folder "/ISHCS/custom/schemas"
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.CollectiveSpacesCustomSchemasRelativeFolderPath">
            <summary>
            The relative path to folder "InfoShareCS\custom\schemas"
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.CollectiveSpacesCustomSchemasFolderPath">
            <summary>
            The full path to folder ~\InfoShareCS\custom\schemas
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.CollectiveSpacesSchemaLocationConfigXmlFilePath">
            <summary>
            The path to the SchemaLocationConfig.xml file
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.DocTypesFolderPath">
            <summary>
            The path to folder ~\Author\ASP\DocTypes\
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.BackupAppFolderPath">
            <summary>
            Gets the path to the ~\Backup\App\ folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.BackupWebFolderPath">
            <summary>
            Gets the path to the ~\Backup\Web\ folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.BackupDataFolderPath">
            <summary>
            Gets the path to the ~\Backup\Data\ folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.BackupRootFoldersPaths">
            <summary>
            Gets list of backup folders paths where key is folder without.
            <remarks>
            TKey is backup folders without deployment suffix.
            TValue is backup folders with deployment suffix.
            </remarks>
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.TrisoftInfoShareClientToolsConfigPath">
            <summary>
            The path to ~Author\ASP\ClientConfig\ClientConfig.xml
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.BaseOperationPaths.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.BaseOperationPaths"/> class.
            </summary>
            <param name="ishDeployment">The ish deployment.</param>
            <param name="logger"></param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.BaseOperationPaths.GetNormalizedThumbprint(System.String)">
            <summary>
            Gets the normalized thumbprint.
            </summary>
            <param name="thumbprint">The thumbprint.</param>
            <returns>Normalized thumbprint</returns>
        </member>
        <member name="M:ISHDeploy.Business.Operations.BaseOperationPaths.ConvertLocalFolderPathToUNCPath(System.String)">
            <summary>
            Converts the local folder path to UNC path.
            </summary>
            <param name="localPath">The local path.</param>
            <returns>Path to folder in UTC format</returns>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareClientToolsConfig">
            <summary>
            Provides constants related to ~\Web\InfoShareCS\web.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareClientToolsConfig.CollectiveSpacesElementXPath">
            <summary>
            XPath to collective spaces section.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareClientToolsConfig.DraftSpaceStateAttributeXPath">
            <summary>
            XPath to draft space element's state attribute.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareClientToolsConfig.ReviewSpaceStateAttributeXPath">
            <summary>
            XPath to review space element's state attribute.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.AuthorAspTreeHtm">
            <summary>
            Provides constants related to ~\Web\Author\ASP\Tree.htm
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.AuthorAspTreeHtm.TranslationJobHack">
            <summary>
            The translation job hack comment placeholder
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.EventMonitorMenuBarXml">
            <summary>
            Provides constants related to ~\Web\Author\ASP\XSL\EventMonitorMenuBar.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.EventMonitorMenuBarXml.EventMonitorTab">
            <summary>
            Event monitor tab menu item XPath
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.EventMonitorMenuBarXml.EventMonitorPreccedingCommentXPath">
            <summary>
            Event monitor tab menu item comment XPath
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.EventMonitorMenuBarXml.EventMonitorTranslationJobs">
            <summary>
            The event monitor translation jobs comment placeholder
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.FeedSdlLiveContentConfig">
            <summary>
            Provides constants related to ~\PublishingService\Tools\FeedSDLLiveContent.ps1.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FeedSdlLiveContentConfig.WSTrustEndpointUrlXPath">
            <summary>
            The xpath of "configuration/trisoft.utilities.serviceReferences/serviceUser/issuer" element
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FeedSdlLiveContentConfig.WSTrustEndpointUrlAttributeName">
            <summary>
            The attribute name of "configuration/trisoft.utilities.serviceReferences/serviceUser/issuer" element
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FeedSdlLiveContentConfig.WSTrustBindingTypeAttributeName">
            <summary>
            The attribute name of "configuration/trisoft.utilities.serviceReferences/serviceUser/issuer" element
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FeedSdlLiveContentConfig.InfoShareWSServiceCertificateValidationModeAttributeXPath">
            <summary>
            The xpath of "configuration/trisoft.utilities.serviceReferences/serviceUser/uri/@infoShareWSServiceCertificateValidationMode" element
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FeedSdlLiveContentConfig.ServiceUserUserNameAttributeXPath">
            <summary>
            The xpath of "configuration/trisoft.utilities.serviceReferences/serviceUser/user/@username" element
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FeedSdlLiveContentConfig.ServiceUserPasswordAttributeXPath">
            <summary>
            The xpath of "configuration/trisoft.utilities.serviceReferences/serviceUser/user/@password" element
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.FolderButtonBarXml">
            <summary>
            Provides constants related to ~\Web\Author\ASP\XSL\FolderButtonbar.xml
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FolderButtonBarXml.XopusAddCheckOut">
            <summary>
            The Xopus add check out comment placeholder
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FolderButtonBarXml.XopusAddUndoCheckOut">
            <summary>
            The Xopus add undo check out comment placeholder
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.InboxButtonBarXml">
            <summary>
            Provides constants related to ~\Web\Author\ASP\XSL\InboxButtonBar.xml
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InboxButtonBarXml.XopusAddCheckOut">
            <summary>
            The Xopus add check out comment placeholder
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InboxButtonBarXml.XopusRemoveCheckoutDownload">
            <summary>
            The Xopus remove checkout download comment placeholder
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InboxButtonBarXml.XopusRemoveCheckIn">
            <summary>
            The Xopus remove check in comment placeholder
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.IncParamAsp">
            <summary>
            Provides constants for local STS login
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.IncParamAsp.OSUserVariableLinePattern">
            <summary>
            The OS user variable
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareAuthorWebConfig">
            <summary>
            Provides constants related to ~\Web\Author\ASP\Web.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareAuthorWebConfig.ExternalPreviewModuleAttributeXPath">
            <summary>
            The xpath of "configuration/trisoft.infoshare.web.externalpreviewmodule/identity" element in ~\Web\Author\ASP\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareAuthorWebConfig.SystemWebServerModulesAddTrisoftExternalPreviewModuleXPath">
            <summary>
            The xpath of "configuration/system.webServer/modules/add[@name='TrisoftExternalPreviewModule']" element in ~\Web\Author\ASP\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareAuthorWebConfig.SectionExternalPreviewModuleXPath">
            <summary>
            The xpath of "configuration/configSections/section[@name='trisoft.infoshare.web.externalpreviewmodule']" element in ~\Web\Author\ASP\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareAuthorWebConfig.TrisoftInfoshareWebExternalPreviewModuleXPath">
            <summary>
            The xpath of "configuration/trisoft.infoshare.web.externalpreviewmodule" element in ~\Web\Author\ASP\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareAuthorWebConfig.TrisoftExternalPreviewModuleSearchPattern">
            <summary>
            The xpath of "&lt;add name='TrisoftExternalPreviewModule'" element in ~\Web\Author\ASP\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareAuthorWebConfig.SectionTrisoftInfoshareWebExternalPreviewModuleSearchPattern">
            <summary>
            The xpath of "&lt;section name='trisoft.infoshare.web.externalpreviewmodule'" element in ~\Web\Author\ASP\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareAuthorWebConfig.TrisoftInfoshareWebExternalPreviewModuleSearchPattern">
            <summary>
            The xpath of "&lt;trisoft.infoshare.web.externalpreviewmodule&gt;" element in ~\Web\Author\ASP\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareAuthorWebConfig.FederationConfigurationIssuerAttributeXPath">
            <summary>
            The xpath to "issuer" attribute of "configuration/system.identityModel.services/federationConfiguration/wsFederation" element in ~\Web\Author\ASP\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareAuthorWebConfig.IdentityTrustedIssuersByNameXPath">
            <summary>
            The xpath of "configuration/system.identityModel/identityConfiguration/issuerNameRegistry/trustedIssuers/add[@name='{0}']" element in ~\Web\Author\ASP\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareAuthorWebConfig.IdentityTrustedIssuersByThumbprintXPath">
            <summary>
            The xpath of "configuration/system.identityModel/identityConfiguration/issuerNameRegistry/trustedIssuers/add[@thumbprint='{0}']" element in ~\Web\Author\ASP\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareAuthorWebConfig.CertificateValidationModeXPath">
            <summary>
            The xpath of "configuration/system.identityModel/identityConfiguration/certificateValidation/@certificateValidationMode" element in ~\Web\Author\ASP\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareAuthorWebConfig.CertificateReferenceFindValueAttributeXPath">
            <summary>
            The xpath of "configuration/system.identityModel.services/federationConfiguration/serviceCertificate/certificateReference/@findValue" element in ~\Web\Author\ASP\Web.config file
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSConfig">
            <summary>
            Provides constants related to ~\Web\InfoShareSTS\Configuration\infoShareSTS.config.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSConfig.CertificateThumbprintAttributeXPath">
            <summary>
            The xpath of "infoShareSTS/initialize/@certificateThumbprint" element in ~\Web\InfoShareSTS\Configuration\infoShareSTS.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSConfig.AuthenticationTypeAttributeXPath">
            <summary>
            The xpath of "infoShareSTS/initialize/@authenticationType" element in ~\Web\InfoShareSTS\Configuration\infoShareSTS.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSConfig.ActorUsernameAttributeXPath">
            <summary>
            The xpath of "infoShareSTS/initialize/@actorUsername" element in ~\Web\InfoShareSTS\Configuration\infoShareSTS.config file
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSDataBase">
            <summary>
            Provides constants related to ~\Web\InfoShareSTS\App_Data\IdentityServerConfiguration-2.x.sdf file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSDataBase.RelyingPartiesTableName">
            <summary>
            Relying Parties table name
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSDataBase.UpdateCertificateInKeyMaterialConfigurationSQLCommandFormat">
            <summary>
            The certificate update command in KeyMaterialConfiguration table
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSDataBase.UpdateCertificateInRelyingPartiesSQLCommandFormat">
            <summary>
            The certificate update command in RelyingParties table
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSDataBase.UpdateIssuerActorUserNameInDelegationSQLCommandFormat">
            <summary>
            The UserName update command in Delegation table
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSDataBase.GetRelyingPartySQLCommandFormat">
            <summary>
            The select RelyingParties query
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSDataBase.GetSvcPaths(System.String,System.String)">
            <summary>
            Gets the array of SVC paths.
            </summary>
            <value>
            The list of SVC paths.
            </value>
            <param name="baseUrl">The base URL.</param>
            <param name="webAppNameWS">The web name of WS application.</param>
            <returns></returns>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSWebConfig">
            <summary>
            Provides constants related to ~\Web\InfoShareSTS\Web.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSWebConfig.TrustedIssuerBehaviorExtensions">
            <summary>
            Node to uncomment to enable infoshare sts to provide identity delegation for tokens issued by other sts
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSWebConfig.ServiceBehaviorsTrustedUserByNameXPath">
            <summary>
            The xpath of "configuration/system.serviceModel/behaviors/serviceBehaviors/behavior[@name='']/addActAsTrustedIssuer[@issuer='{0}']" element in ~\Web\InfoShareSTS\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSWebConfig.ServiceBehaviorsTrustedUserByThumbprintXPath">
            <summary>
            The xpath of "configuration/system.serviceModel/behaviors/serviceBehaviors/behavior[@name='']/addActAsTrustedIssuer[@thumbprint='{0}']" element in ~\Web\InfoShareSTS\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareSTSWebConfig.AuthenticationModeAttributeXPath">
            <summary>
            The xpath of "configuration/system.web/authentication/@mode" attribute in ~\Web\InfoShareSTS\Web.config file
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareWSConnectionConfig">
            <summary>
            Provides constants related to ~\Web\InfoShareWS\connectionconfiguration.xml
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareWSConnectionConfig.WSTrustBindingTypeXPath">
            <summary>
            The xpath of "connectionconfiguration/issuer/authenticationtype" element in file ~\Web\InfoShareWS\connectionconfiguration.xml
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareWSConnectionConfig.WSTrustEndpointUrlXPath">
            <summary>
            The xpath of "connectionconfiguration/issuer/url" element in file ~\Web\InfoShareWS\connectionconfiguration.xml
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareWSConnectionConfig.InfoShareWSServiceCertificateValidationModeXPath">
            <summary>
            The xpath of "connectionconfiguration/infosharewscertificatevalidationmode" element in ~\Web\Author\ASP\Trisoft.InfoShare.Client.config file
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareWSWebConfig">
            <summary>
            Provides constants related to ~\Web\InfoShareWS\Web.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareWSWebConfig.WSTrustMexEndpointUrlHttpXPath">
            <summary>
            The xpath of "configuration/system.serviceModel/bindings/customBinding/binding[@name='InfoShareWS(http)']/security/secureConversationBootstrap/issuedTokenParameters/issuerMetadata" element in ~\Web\InfoShareWS\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareWSWebConfig.WSTrustMexEndpointUrlHttpsXPath">
            <summary>
            The xpath of "configuration/system.serviceModel/bindings/customBinding/binding[@name='InfoShareWS(https)']/security/secureConversationBootstrap/issuedTokenParameters/issuerMetadata" element in ~\Web\InfoShareWS\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareWSWebConfig.WSTrustMexEndpointAttributeName">
            <summary>
            The attribute name of WSTrustMexEndpointBinding element in Web\InfoShareWS\Web.config file where mexEndpoint url should be updated
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareWSWebConfig.IdentityTrustedIssuersByNameXPath">
            <summary>
            The xpath of "configuration/system.identityModel/identityConfiguration/issuerNameRegistry/trustedIssuers/add[@name='{0}']" element in ~\Web\InfoShareWS\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareWSWebConfig.IdentityTrustedIssuersByThumbprintXPath">
            <summary>
            The xpath of "configuration/system.identityModel/identityConfiguration/issuerNameRegistry/trustedIssuers/add[@thumbprint='{0}']" element in ~\Web\InfoShareWS\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareWSWebConfig.CertificateValidationModeXPath">
            <summary>
            The xpath of "configuration/system.identityModel/identityConfiguration/certificateValidation/@certificateValidationMode" element in ~\Web\InfoShareWS\Web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareWSWebConfig.CertificateThumbprintXPath">
            <summary>
            The xpath of "configuration/system.serviceModel/behaviors/serviceBehaviors/behavior[@name='']/serviceCredentials[@useIdentityConfiguration='true']/serviceCertificate/@findValue" attribute in ~\Web\InfoShareWS\Web.config file
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareCSWebConfig">
            <summary>
            Provides constants related to ~\Web\InfoShareCS\web.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareCSWebConfig.FederationConfigurationIssuerAttributeXPath">
            <summary>
            The xpath to "issuer" attribute of "configuration/system.identityModel.services/federationConfiguration/wsFederation" element in ~\Web\InfoShareCS\web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareCSWebConfig.IdentityTrustedIssuersByNameXPath">
            <summary>
            The xpath of "configuration/system.identityModel/identityConfiguration/issuerNameRegistry/trustedIssuers/add[@name='{0}']" element in ~\Web\InfoShareCS\web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareCSWebConfig.IdentityTrustedIssuersByThumbprintXPath">
            <summary>
            The xpath of "configuration/system.identityModel/identityConfiguration/issuerNameRegistry/trustedIssuers/add[@thumbprint='{0}']" element in ~\Web\InfoShareCS\web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareCSWebConfig.CertificateValidationModeXPath">
            <summary>
            The xpath of "configuration/system.identityModel/identityConfiguration/certificateValidation/@certificateValidationMode" element in ~\Web\InfoShareCS\web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareCSWebConfig.CertificateReferenceFindValueAttributeXPath">
            <summary>
            The xpath of "configuration/system.identityModel.services/federationConfiguration/serviceCertificate/certificateReference/@findValue" element in ~\Web\InfoShareCS\web.config file
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml">
            <summary>
            Provides xpaths to XML elements and attributes in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.IssuerActorPasswordXPath">
            <summary>
            The xpath of "inputconfig/param[@name='issueractorpassword']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.IssuerActorUserNameXPath">
            <summary>
            The xpath of "inputconfig/param[@name='issueractorusername']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.IssuerCertificateThumbprintXPath">
            <summary>
            The xpath of "inputconfig/param[@name='issuercertificatethumbprint']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.IssuerCertificateValidationModeXPath">
            <summary>
            The xpath of "inputconfig/param[@name='issuercertificatevalidationmode']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.IssuerWSFederationEndpointUrlXPath">
            <summary>
            The xpath of "inputconfig/param[@name='issuerwsfederationendpointurl']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.IssuerWSTrustBindingTypeXPath">
            <summary>
            The xpath of "inputconfig/param[@name='issuerwstrustbindingtype']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.IssuerWSTrustEndpointUrlXPath">
            <summary>
            The xpath of "inputconfig/param[@name='issuerwstrustendpointurl']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.AuthenticationTypeXPath">
            <summary>
            The xpath of "inputconfig/param[@name='authenticationtype']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.InfoshareSTSWindowsAuthenticationEnabledXPath">
            <summary>
            The xpath of "inputconfig/param[@name='infosharestswindowsauthenticationenabled']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.IssuerWSTrustEndpointUrlNormalizedXPath">
            <summary>
            The xpath of "inputconfig/param[@name='issuerwstrustendpointurl_normalized']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.IssuerWSTrustMexUrlXPath">
            <summary>
            The xpath of "inputconfig/param[@name='issuerwstrustmexurl']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.ServiceCertificateThumbprintXPath">
            <summary>
            The xpath of "inputconfig/param[@name='servicecertificatethumbprint']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.ServiceCertificateValidationModeXPath">
            <summary>
            The xpath of "inputconfig/param[@name='servicecertificatevalidationmode']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.ServiceCertificateSubjectNameXPath">
            <summary>
            The xpath of "inputconfig/param[@name='servicecertificatesubjectname']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.OSUserXPath">
            <summary>
            The xpath of "inputconfig/param[@name='osuser']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.OSPasswordXPath">
            <summary>
            The xpath of "inputconfig/param[@name='ospassword']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.ConnectionStringXPath">
            <summary>
            The xpath of "inputconfig/param[@name='connectstring']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.DatabaseTypeXPath">
            <summary>
            The xpath of "inputconfig/param[@name='databasetype']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.DatabaseSourceXPath">
            <summary>
            The xpath of "inputconfig/param[@name='databasesource']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.DatabaseNameXPath">
            <summary>
            The xpath of "inputconfig/param[@name='databasename']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.DatabaseUserXPath">
            <summary>
            The xpath of "inputconfig/param[@name='databaseuser']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.DatabasePasswordXPath">
            <summary>
            The xpath of "inputconfig/param[@name='databasepassword']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.ServiceUserNameXPath">
            <summary>
            The xpath of "inputconfig/param[@name='serviceusername']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InputParametersXml.ServicePasswordXPath">
            <summary>
            The xpath of "inputconfig/param[@name='ospassword']/currentvalue" element in inputparameters.xml file
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.InternalSTSLogin">
            <summary>
            Provides constants for local STS login
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InternalSTSLogin.TargetFolderName">
            <summary>
            The name of directory will be created
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InternalSTSLogin.FileToCopy">
            <summary>
            Name of file will be copied
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InternalSTSLogin.IndexName">
            <summary>
            Name of file will be created
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.LanguageDocumentButtonbarXml">
            <summary>
            Provides constants related to ~\Web\Author\ASP\XSL\LanguageDocumentButtonbar.xml
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.LanguageDocumentButtonbarXml.XopusAddCheckOut">
            <summary>
            The Xopus add check out comment placeholder
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.LanguageDocumentButtonbarXml.XopusRemoveCheckoutDownload">
            <summary>
            The Xopus remove checkout download comment placeholder
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.LanguageDocumentButtonbarXml.XopusRemoveCheckIn">
            <summary>
            The Xopus remove check in comment placeholder
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.SdlIshAdfsV3RpInstallPS">
            <summary>
            Provides constants for ~\App\Setup\STS\ADFS\Scripts\SDL.ISH-ADFSv3.0-RP-Install.ps1
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.SdlIshAdfsV3RpInstallPS.OSUserVariableLinePattern">
            <summary>
            The OS user variable
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.SynchronizeToLiveContentConfig">
            <summary>
            Provides constants related to ~\App\Utilities\SynchronizeToLiveContent\SynchronizeToLiveContent.ps1.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.SynchronizeToLiveContentConfig.WSTrustEndpointUrlXPath">
            <summary>
            The xpath of "configuration/trisoft.utilities.serviceReferences/serviceUser/issuer" element in file ~\App\Utilities\SynchronizeToLiveContent\SynchronizeToLiveContent.ps1.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.SynchronizeToLiveContentConfig.WSTrustEndpointUrlAttributeName">
            <summary>
            The attribute name of "configuration/trisoft.utilities.serviceReferences/serviceUser/issuer" element in file ~\App\Utilities\SynchronizeToLiveContent\SynchronizeToLiveContent.ps1.config where endpoint url should be updated
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.SynchronizeToLiveContentConfig.WSTrustBindingTypeAttributeName">
            <summary>
            The attribute name of "configuration/trisoft.utilities.serviceReferences/serviceUser/issuer" element in file ~\App\Utilities\SynchronizeToLiveContent\SynchronizeToLiveContent.ps1.config where BindingType should be updated
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.SynchronizeToLiveContentConfig.InfoShareWSServiceCertificateValidationModeAttributeXPath">
            <summary>
            The xpath of "configuration/trisoft.utilities.serviceReferences/serviceUser/uri/@infoShareWSServiceCertificateValidationMode" element in ~\App\Utilities\SynchronizeToLiveContent\SynchronizeToLiveContent.ps1.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.SynchronizeToLiveContentConfig.ServiceUserUserNameAttributeXPath">
            <summary>
            The xpath of "configuration/trisoft.utilities.serviceReferences/serviceUser/user/@username" element in ~\App\Utilities\SynchronizeToLiveContent\SynchronizeToLiveContent.ps1.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.SynchronizeToLiveContentConfig.ServiceUserPasswordAttributeXPath">
            <summary>
            The xpath of "configuration/trisoft.utilities.serviceReferences/serviceUser/user/@password" element in ~\App\Utilities\SynchronizeToLiveContent\SynchronizeToLiveContent.ps1.config file
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.TemporaryDBConfigurationFileNames">
            <summary>
            Temporary names, used to locating SQL templates script for DataBase integration
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TemporaryDBConfigurationFileNames.GrantComputerAccountPermissionsSQLTemplate">
            <summary>
            The template for Account Permissions Grant `SQL` script
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TemporaryDBConfigurationFileNames.GrantComputerAccountPermissionsPSTemplate">
            <summary>
            The template for Account Permissions Grant `PS1` script
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.TemporarySTSConfigurationFileNames">
            <summary>
            Temporary file names, used for STS configuration
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TemporarySTSConfigurationFileNames.ISHWSCertificateFileName">
            <summary>
            The name of ISH WS certificate file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TemporarySTSConfigurationFileNames.CMSecurityTokenServiceTemplateFileName">
            <summary>
            The CM security token service template
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TemporarySTSConfigurationFileNames.AdfsInvokeTemplate">
            <summary>
            The template for ADFS invocation script
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.TopDocumentButtonBarXml">
            <summary>
            Provides constants related to ~\Web\Author\ASP\XSL\TopDocumentButtonbar.xml
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TopDocumentButtonBarXml.TranslationJobAttribute">
            <summary>
            The translation job attribute value
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TopDocumentButtonBarXml.TopDocumentTranslationJobXPath">
            <summary>
            The top document buttonbar xpath
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TopDocumentButtonBarXml.CollectiveSpacesActivationCommentPlaceholder">
            <summary>
            The CollectiveSpaces activation comment placeholder, example: <!-- CollectiveSpaces - DraftSpace Button Start -->
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationBuilderConfig">
            <summary>
            Provides constants related to ~\App\TranslationBuilder\Bin\TranslationBuilder.exe.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationBuilderConfig.TranslationBuilderSettingAttributeXPathPattern">
            <summary>
            The pattern of xpath to attribute
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationBuilderConfig.AttributeXPaths">
            <summary>
            Mapping between names of attributes and their xpaths
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig">
            <summary>
            Provides constants related to ~\App\TranslationOrganizer\Bin\TranslationOrganizer.exe.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig.WSTrustEndpointUrlXPath">
            <summary>
            The xpath of "configuration/trisoft.utilities.serviceReferences/serviceUser/issuer" element in file ~\App\TranslationOrganizer\Bin\TranslationOrganizer.exe.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig.WSTrustEndpointUrlAttributeName">
            <summary>
            The attribute name of "configuration/trisoft.utilities.serviceReferences/serviceUser/issuer" element in file ~\App\TranslationOrganizer\Bin\TranslationOrganizer.exe.config where endpoint url should be updated
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig.WSTrustBindingTypeAttributeName">
            <summary>
            The attribute name of "configuration/trisoft.utilities.serviceReferences/serviceUser/issuer" element in file ~\App\TranslationOrganizer\Bin\TranslationOrganizer.exe.config where BindingType should be updated
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig.InfoShareWSServiceCertificateValidationModeAttributeXPath">
            <summary>
            The xpath of "configuration/trisoft.utilities.serviceReferences/serviceUser/uri/@infoShareWSServiceCertificateValidationMode" element in ~\App\TranslationOrganizer\Bin\TranslationOrganizer.exe.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig.TranslationOrganizerSettingsAttributeXPathPattern">
            <summary>
            The pattern of xpath to attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig.WorldServerNodeXPath">
            <summary>
            The xpath of World Server Node
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig.TmsNodeXPath">
            <summary>
            The xpath of TMS Node
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig.FileSystemNodeXPath">
            <summary>
            The xpath of FileSystem Node
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig.TranslationOrganizerSettingsInfoShareWSAttributeXPath">
            <summary>
            The xpath to attribute "configuration/trisoft.utilities.serviceReferences/serviceUser/uri/@infoShareWS"
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig.TranslationOrganizerSettingsInfoShareWSDnsIdentityAttributeXPath">
            <summary>
            The xpath to attribute "configuration/trisoft.utilities.serviceReferences/serviceUser/uri/@infoShareWSDnsIdentity"
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig.TranslationOrganizerSettingsInfoShareWSServiceCertificateValidationModeAttributeXPath">
            <summary>
            The xpath to attribute "configuration/trisoft.utilities.serviceReferences/serviceUser/uri/@infoShareWSServiceCertificateValidationMode"
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig.TranslationOrganizerSettingsInfoShareWSServiceIssuerWSTrustBindingTypeAttributeXPath">
            <summary>
            The xpath to attribute "configuration/trisoft.utilities.serviceReferences/serviceUser/issuer/@wsTrustBindingType"
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig.TranslationOrganizerSettingsInfoShareWSServiceIssuerWSTrustEndpointAttributeXPath">
            <summary>
            The xpath to attribute "configuration/trisoft.utilities.serviceReferences/serviceUser/issuer/@wsTrustEndpoint"
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig.TranslationOrganizerSettingsInfoShareWSServiceUsernameAttributeXPath">
            <summary>
            The xpath to attribute "configuration/trisoft.utilities.serviceReferences/serviceUser/user/@username"
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TranslationOrganizerConfig.TranslationOrganizerSettingsInfoShareWSServicePasswordAttributeXPath">
            <summary>
            The xpath to attribute "configuration/trisoft.utilities.serviceReferences/serviceUser/user/@password"
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.TrisoftInfoShareClientConfig">
            <summary>
            Provides constants related to ~\Web\Author\ASP\Trisoft.InfoShare.Client.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TrisoftInfoShareClientConfig.WSTrustEndpointUrlXPath">
            <summary>
            The xpath of "configuration/trisoft.infoshare.client.settings/datasources/datasource/issuer/uri" element in file ~\Web\Author\ASP\Trisoft.InfoShare.Client.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TrisoftInfoShareClientConfig.WSTrustBindingTypeXPath">
            <summary>
            The xpath of "configuration/trisoft.infoshare.client.settings/datasources/datasource/bindingtype" element in file ~\Web\Author\ASP\Trisoft.InfoShare.Client.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TrisoftInfoShareClientConfig.WSTrustActorUserNameXPath">
            <summary>
            The xpath of "configuration/trisoft.infoshare.client.settings/datasources/datasource/issuer/credentials/username" element in file ~\Web\Author\ASP\Trisoft.InfoShare.Client.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TrisoftInfoShareClientConfig.WSTrustActorPasswordXPath">
            <summary>
            The xpath of "configuration/trisoft.infoshare.client.settings/datasources/datasource/issuer/credentials/password" element in file ~\Web\Author\ASP\Trisoft.InfoShare.Client.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.TrisoftInfoShareClientConfig.InfoShareWSServiceCertificateValidationModeXPath">
            <summary>
            The xpath of "configuration/trisoft.infoshare.client.settings/datasources/datasource/certificatevalidationmode" element in ~\Web\Author\ASP\Trisoft.InfoShare.Client.config file
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.XopusBluelionConfigXml">
            <summary>
            Provides constants related to ~\Web\Author\ASP\Editors\Xopus\config\bluelion-config.xml
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.XopusBluelionConfigXml.EnrichIntegrationBluelionConfigXPath">
            <summary>
            The Enrich integration bluelion configuration xpath comment placeholder
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.XopusBluelionConfigXml.EnrichIntegrationBluelionConfig">
            <summary>
            The Enrich integration bluelion configuration comment placeholder
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.XopusBlueLionPluginWebCconfig">
            <summary>
            Provides constants related to ~\Web\Author\ASP\Editors\Xopus\BlueLion-Plugin\web.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.XopusBlueLionPluginWebCconfig.EnrichBluelionWebConfigJsonMimeMapXPath">
            <summary>
            The XPath to Json mimeMap in enrich bluelion web.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.XopusBlueLionPluginWebCconfig.EnrichBluelionWebConfigRemoveJsonMimeMapXmlString">
            <summary>
            The XPath to Json mimeMap in enrich bluelion web.config file
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.XopusConfigXml">
            <summary>
            Provides constants related to ~\Web\Author\ASP\Editors\Xopus\config\config.xml
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.XopusConfigXml.EnrichIntegrationXPath">
            <summary>
            The Enrich integration bluelion plugin xpath comment placeholder
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.XopusConfigXml.EnrichIntegration">
            <summary>
            The Enrich integration bluelion plugin comment placeholder
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.FontoReviewConfig">
            <summary>
            Provides path, search patterns and constants for fonto review service
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoReviewConfig.KestrelEndpointUrlJPath">
            <summary>
            JPath to kestrel http endpoint
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoReviewConfig.SchemaExperienceBlockTestJPath">
            <summary>
            JPath to schema experience blocktest
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoReviewConfig.SchemaExperienceObjectTestJPath">
            <summary>
            JPath to schema experience objecttest
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoReviewConfig.EndpointMatchPattern">
            <summary>
            Endpoint url match pattern
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoReviewConfig.FontoReviewServiceLocationXPath">
            <summary>
            The xpath of "configuration/trisoft.infoshare.xapi/fonto/@reviewServiceLocation" element in ~\Web\InfoShareCS\web.config file
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.SolrLuceneConfig">
            <summary>
            Provides path, search patterns and constants for solr lucene service
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.SolrLuceneConfig.EndpointMatchPattern">
            <summary>
            Endpoint url match pattern
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.SolrLuceneConfig.SolrLuceneServiceLocationXPath">
            <summary>
            The xpath of "configuration/trisoftSolrLucene/@solrLucene" element in ~\App\TrisoftSolrLucene\Bin\TrisoftSolrLucene.exe.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.SolrLuceneConfig.SolrLuceneServicePortAttributeName">
            <summary>
            The attribute name of "configuration/trisoftSolrLucene/@solrLucene" element in file ~\App\TrisoftSolrLucene\Bin\TrisoftSolrLucene.exe.config where service port should be updated
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.FontoDeltaXmlConfig">
            <summary>
            Provides path, search patterns and constants for fonto delta xml service
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoDeltaXmlConfig.FontoDeltaXmlServiceLocationXPath">
            <summary>
            The xpath of "configuration/trisoftFontoDeltaXml/@fontoDeltaXml" element in ~\App\TrisoftFontoDeltaXml\Bin\TrisoftFontoDeltaXml.exe.config file
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoDeltaXmlConfig.FontoDeltaXmlServicePortAttributeName">
            <summary>
            The attribute name of "configuration/trisoftFontoDeltaXml/@fontoDeltaXml" element in file ~\App\TrisoftFontoDeltaXml\Bin\TrisoftFontoDeltaXml.exe.config where service port should be updated
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoDeltaXmlConfig.FontoDeltaXmlServiceMemoryLimitXPath">
            <summary>
            The xpath to memory limit configuration element.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoDeltaXmlConfig.FontoDeltaXmlJavaExecutablePath">
            <summary>
            The xpath to java executable configuration attribute.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoDeltaXmlConfig.FontoDeltaXmlXmxMatchPattern">
            <summary>
            The pattern to match -Xmx parameter.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.FontoDocumentHistoryConfig">
            <summary>
            Provides path, search patterns and constants for fonto document history service
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoDocumentHistoryConfig.KestrelEndpointUrlJPath">
            <summary>
            JPath to kestrel http endpoint
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoDocumentHistoryConfig.UrlMatchPattern">
            <summary>
            Url match pattern with groups ($1)($2)($3)($4), where $1 - "http:" or "https:", $2 - "//host", $3 - ":port", $4 - "ulr tail"
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoDocumentHistoryConfig.UrlHostReplacement">
            <summary>
            Url host replacement. $1 - http or https, {0} - host new value, $3 - port, $4 - ulr tail
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoDocumentHistoryConfig.UrlPortReplacement">
            <summary>
            Url port replacement. $1 - http or https, $2 - host, {0} - port new value, $4 - url tail
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoDocumentHistoryConfig.UrlHostAndPortReplacement">
            <summary>
            Url host and port replacement. $1 - http or https, {0} - host new value, {1} - port new value, $4 - url tail
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoDocumentHistoryConfig.CompareApiBaseUrlJPath">
            <summary>
            JPath to compare api base uri
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareOpenApiConfig">
            <summary>
            Provides paths, search patterns and constants for the open api config.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareOpenApiConfig.FederationConfigurationIssuerJPath">
            <summary>
            The JPath to federation issuer configuration.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareOpenApiConfig.FederationConfigurationTrustedIssuersJPath">
            <summary>
            The JPath to federation trusted issuers configuration.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.InfoShareOpenApiConfig.FederationConfigurationTokenEndpointJPath">
            <summary>
            The JPath to federation token endpoint.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.BaseOperationPaths.FontoFDiffConfig">
            <summary>
            Provides constants related to Fonto's FDiff config file sx.xml
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoFDiffConfig.sxNameSpacePrefix">
            <summary>
            FDiff sx namespace prefix
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoFDiffConfig.sxNameSpaceUri">
            <summary>
            FDiff sx namespace uri
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoFDiffConfig.RootElementName">
            <summary>
            FDiff sx.xml configuration root element
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoFDiffConfig.BlockTestAttributeName">
            <summary>
            FDiff sx.xml configuration blockTest attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoFDiffConfig.ObjectTestAttributeName">
            <summary>
            FDiff sx.xml configuration objectTest attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoFDiffConfig.InlineTestAttributeName">
            <summary>
            FDiff sx.xml configuration inlineTest attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoFDiffConfig.TablePartTestAttributeName">
            <summary>
            FDiff sx.xml configuration tablePartTest attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoFDiffConfig.TableRootTestAttributeName">
            <summary>
            FDiff sx.xml configuration tableRootTest attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoFDiffConfig.BlockTestAttribute">
            <summary>
            FDiff sx.xml configuration blockTest attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoFDiffConfig.ObjectTestAttribute">
            <summary>
            FDiff sx.xml configuration objectTest attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoFDiffConfig.InlineTestAttribute">
            <summary>
            FDiff sx.xml configuration inlineTest attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoFDiffConfig.TablePartTestAttribute">
            <summary>
            FDiff sx.xml configuration tablePartTest attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.BaseOperationPaths.FontoFDiffConfig.TableRootTestAttribute">
            <summary>
            FDiff sx.xml configuration tableRootTest attribute
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUIElement.MoveUIElementOperation">
            <summary>
            Moves UI element.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUIElement.MoveUIElementOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIElement.MoveUIElementOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Models.BaseXMLElement,ISHDeploy.Common.Enums.MoveDirection,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUIElement.MoveUIElementOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="model">The model that represents UI element.</param>
            <param name="direction">The direction to move.</param>
            <param name="after">The id of element to move after it.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIElement.MoveUIElementOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUIElement.RemoveUIElementOperation">
            <summary>
            Remove UI element.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUIElement.RemoveUIElementOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIElement.RemoveUIElementOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Models.BaseXMLElement)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUIElement.RemoveUIElementOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="model">The model that represents UI element.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIElement.RemoveUIElementOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUIElement.SetUIElementOperation">
            <summary>
            Inserts or updates the element of UI.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUIElement.SetUIElementOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIElement.SetUIElementOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,ISHDeploy.Common.Models.BaseXMLElement)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUIElement.SetUIElementOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="model">The model that represents UI element.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIElement.SetUIElementOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUIContentEditor.TestISHContentEditorOperation">
            <summary>
            Tests if license for specific host name exists
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation`1" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUIContentEditor.TestISHContentEditorOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Operations.ISHUIContentEditor.TestISHContentEditorOperation._isLicenseValid">
            <summary>
            The operation result.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIContentEditor.TestISHContentEditorOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUIContentEditor.TestISHContentEditorOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="domain">The host name is checked for the existence of the license file.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIContentEditor.TestISHContentEditorOperation.Run">
            <summary>
            Runs current operation.
            </summary>
            <returns>List of installed Content Manager deployments.</returns>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUIContentEditor.SetISHContentEditorOperation">
            <summary>
            Sets new license for Content Editor
            </summary>
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUIContentEditor.SetISHContentEditorOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIContentEditor.SetISHContentEditorOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUIContentEditor.SetISHContentEditorOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="fileName">Name of the file that will be created.</param>
            <param name="fileContent">Content of the new file.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIContentEditor.SetISHContentEditorOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUIContentEditor.DisableISHUIContentEditorOperation">
            <summary>
            Disables Content Editor for Content Manager deployment.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUIContentEditor.DisableISHUIContentEditorOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIContentEditor.DisableISHUIContentEditorOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUIContentEditor.DisableISHUIContentEditorOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIContentEditor.DisableISHUIContentEditorOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUIContentEditor.EnableISHUIContentEditorOperation">
            <summary>
            Enables Content Editor for Content Manager deployment
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUIContentEditor.EnableISHUIContentEditorOperation.Invoker">
            <summary>
            The actions invoker.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIContentEditor.EnableISHUIContentEditorOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUIContentEditor.EnableISHUIContentEditorOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIContentEditor.EnableISHUIContentEditorOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUIEventMonitorMenuBarItem.MoveISHUIEventMonitorMenuBarItemOperation">
            <summary>
            Moves Event Monitor Tab".
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUIEventMonitorMenuBarItem.MoveISHUIEventMonitorMenuBarItemOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIEventMonitorMenuBarItem.MoveISHUIEventMonitorMenuBarItemOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String,ISHDeploy.Common.Enums.MoveDirection,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUIEventMonitorMenuBarItem.MoveISHUIEventMonitorMenuBarItemOperation" /> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="label">Label of the element</param>
            <param name="direction">The direction to move.</param>
            <param name="targetLabel">The target label.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIEventMonitorMenuBarItem.MoveISHUIEventMonitorMenuBarItemOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUIEventMonitorMenuBarItem.RemoveISHUIEventMonitorMenuBarItemOperation">
            <summary>
            Removes Event Monitor Tab".
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUIEventMonitorMenuBarItem.RemoveISHUIEventMonitorMenuBarItemOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIEventMonitorMenuBarItem.RemoveISHUIEventMonitorMenuBarItemOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUIEventMonitorMenuBarItem.RemoveISHUIEventMonitorMenuBarItemOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="label">Label of the element</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIEventMonitorMenuBarItem.RemoveISHUIEventMonitorMenuBarItemOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUIQualityAssistant.DisableISHUIQualityAssistantOperation">
            <summary>
            Disables quality assistant plugin for Content Manager development.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUIQualityAssistant.DisableISHUIQualityAssistantOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIQualityAssistant.DisableISHUIQualityAssistantOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUIQualityAssistant.DisableISHUIQualityAssistantOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIQualityAssistant.DisableISHUIQualityAssistantOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUIQualityAssistant.EnableISHUIQualityAssistantOperation">
            <summary>
            Enables quality assistant plugin for Content Manager deployment.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUIQualityAssistant.EnableISHUIQualityAssistantOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIQualityAssistant.EnableISHUIQualityAssistantOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUIQualityAssistant.EnableISHUIQualityAssistantOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUIQualityAssistant.EnableISHUIQualityAssistantOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHExternalPreview.DisableISHExternalPreviewOperation">
            <summary>
            Disables external preview for Content Manager deployment.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHExternalPreview.DisableISHExternalPreviewOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHExternalPreview.DisableISHExternalPreviewOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHExternalPreview.DisableISHExternalPreviewOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHExternalPreview.DisableISHExternalPreviewOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHExternalPreview.EnableISHExternalPreviewOperation">
            <summary>
            Enables external preview for Content Manager deployment.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHExternalPreview.EnableISHExternalPreviewOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHExternalPreview.EnableISHExternalPreviewOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHExternalPreview.EnableISHExternalPreviewOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
            <param name="externalId">The external user identifier.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHExternalPreview.EnableISHExternalPreviewOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUITranslationJob.DisableISHUITranslationJobOperation">
            <summary>
            Disables translation job functionality for Content Manager deployment.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUITranslationJob.DisableISHUITranslationJobOperation.Invoker">
            <summary>
            The actions invoker.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUITranslationJob.DisableISHUITranslationJobOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUITranslationJob.DisableISHUITranslationJobOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUITranslationJob.DisableISHUITranslationJobOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Operations.ISHUITranslationJob.EnableISHUITranslationJobOperation">
            <summary>
            Enables translation job functionality for Content Manager deployment.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.IOperation" />
        </member>
        <member name="P:ISHDeploy.Business.Operations.ISHUITranslationJob.EnableISHUITranslationJobOperation.Invoker">
            <summary>
            The actions invoker.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUITranslationJob.EnableISHUITranslationJobOperation.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Operations.ISHUITranslationJob.EnableISHUITranslationJobOperation"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishDeployment">The instance of the deployment.</param>
        </member>
        <member name="M:ISHDeploy.Business.Operations.ISHUITranslationJob.EnableISHUITranslationJobOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Business.Invokers.IActionInvoker">
            <summary>
            Executes the sequence of actions one by one
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Invokers.IActionInvoker.AddAction(ISHDeploy.Common.Interfaces.Actions.IAction)">
            <summary>
            Adds Action into invocation list
            </summary>
            <param name="action">An action to invoke <see cref="T:ISHDeploy.Interfaces.Actions.IAction"/>.</param>
        </member>
        <member name="M:ISHDeploy.Business.Invokers.IActionInvoker.AddActionsRange(System.Collections.Generic.IEnumerable{ISHDeploy.Common.Interfaces.Actions.IAction})">
            <summary>
            Adds range of actions into invocation list
            </summary>
            <param name="actions">An range of actions to invoke <see cref="T:ISHDeploy.Interfaces.Actions.IAction"/>.</param>
        </member>
        <member name="M:ISHDeploy.Business.Invokers.IActionInvoker.Invoke">
            <summary>
            Invokes actions sequence execution
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Invokers.IActionInvoker.GetActions">
            <summary>
            Gets list of actions
            </summary>
            <returns>List of actions</returns>
        </member>
        <member name="T:ISHDeploy.Business.Invokers.ActionInvoker">
            <summary>
            Executes the sequence of actions one by one.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Invokers.ActionInvoker._showProgress">
            <summary>
            The identifier if progress needs to be shown.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Invokers.ActionInvoker._logger">
            <summary>
            Logger.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Invokers.ActionInvoker._activityDescription">
            <summary>
            Description for general activity that to be done.
            </summary>
        </member>
        <member name="F:ISHDeploy.Business.Invokers.ActionInvoker._actions">
            <summary>
            Sequence of the actions that <see cref="T:ISHDeploy.Business.Invokers.ActionInvoker"/> going to execute
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Invokers.ActionInvoker.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Invokers.ActionInvoker"/> class.
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Interfaces.ILogger"/></param>
            <param name="activityDescription">Description of the general activity to be done</param>
            <param name="showProgress">Defines if progress should be shown. By default is false</param>
        </member>
        <member name="M:ISHDeploy.Business.Invokers.ActionInvoker.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.Collections.Generic.IEnumerable{ISHDeploy.Common.Interfaces.Actions.IAction},System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Business.Invokers.ActionInvoker"/> class.
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Interfaces.ILogger"/></param>
            <param name="activityDescription">Description of the general activity to be done</param>
            <param name="actions">The list of actions</param>
            <param name="showProgress">Defines if progress should be shown. By default is false</param>
        </member>
        <member name="M:ISHDeploy.Business.Invokers.ActionInvoker.AddAction(ISHDeploy.Common.Interfaces.Actions.IAction)">
            <summary>
            Adds action to the sequence.
            </summary>
            <param name="action">New action in the sequence.</param>
        </member>
        <member name="M:ISHDeploy.Business.Invokers.ActionInvoker.AddActionsRange(System.Collections.Generic.IEnumerable{ISHDeploy.Common.Interfaces.Actions.IAction})">
            <summary>
            Adds range of actions into invocation list
            </summary>
            <param name="actions">An range of actions to invoke <see cref="T:ISHDeploy.Interfaces.Actions.IAction"/>.</param>
        </member>
        <member name="M:ISHDeploy.Business.Invokers.ActionInvoker.Invoke">
            <summary>
            Executes sequence of actions one by one.
            </summary>
        </member>
        <member name="M:ISHDeploy.Business.Invokers.ActionInvoker.GetActions">
            <summary>
            Gets list of actions
            </summary>
            <returns>List of actions</returns>
        </member>
        <member name="T:ISHDeploy.Cmdlets.BasePSCredentialCmdlet">
            <summary>
            Base cmdlet class to work with credentials
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.BasePSCredentialCmdlet.DummyOsUserPassword">
            <summary>
            The mask that replaces the password.
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.BasePSCredentialCmdlet.UserNamePasswordParameterSetName">
            <summary>
            Parameter set name for user name and password.
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.BasePSCredentialCmdlet.PSCredentialParameterSetName">
            <summary>
            Parameter set name for PSCredential input.
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.BasePSCredentialCmdlet.Credential">
            <summary>
            <para type="description">The credential that will be set.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.BasePSCredentialCmdlet.UserName">
            <summary>
            <para type="description">The operation system user's name.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.BasePSCredentialCmdlet.UserPassword">
            <summary>
            <para type="description">The operation system user's password.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.BasePSCredentialCmdlet.CredentialUserName">
            <summary>
            <para type="description">The user name.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.BasePSCredentialCmdlet.CredentialPassword">
            <summary>
            <para type="description">The password.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BasePSCredentialCmdlet.BeginProcessing">
            <summary>
            Overrides BeginProcessing from base Cmdlet class with additional debug information
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BasePSCredentialCmdlet.NormalizeUserName(System.String)">
            <summary>
            UserName normalization
            </summary>
            <param name="userName">The name of user</param>
            <returns>Normalized user name</returns>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BasePSCredentialCmdlet.SetCredentials">
            <summary>
            Sets <see cref="P:ISHDeploy.Cmdlets.BasePSCredentialCmdlet.CredentialUserName"/> and <see cref="P:ISHDeploy.Cmdlets.BasePSCredentialCmdlet.CredentialPassword"/> from <see cref="P:ISHDeploy.Cmdlets.BasePSCredentialCmdlet.Credential"/> object.
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.GetISHIISAppPoolCmdlet">
            <summary>
            <para type="synopsis">Gets list of IIS application pools.</para>
            <para type="description">The Get-ISHIISAppPool cmdlet gets list of IIS application pools for Content Manager deployment.</para>
            <para type="link">Enable-ISHIISAppPool</para>
            <para type="link">Disable-ISHIISAppPool</para>
            </summary>
            <example>
            <code>PS C:\>Get-ISHIISAppPool -ISHDeployment $deployment</code>
            <para>This command shows list of IIS application pools of specified deployment.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.GetISHIISAppPoolCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.GetISHCOMPlusCmdlet">
            <summary>
            <para type="synopsis">Gets list of COM+ components.</para>
            <para type="description">The Get-ISHCOMPlus cmdlet gets list of COM+ components.</para>
            <para type="link">Enable-ISHCOMPlus</para>
            <para type="link">Disable-ISHCOMPlus</para>
            </summary>
            <example>
            <code>PS C:\>Get-ISHCOMPlus -ISHDeployment $deployment</code>
            <para>This command shows list of COM+ components.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.GetISHCOMPlusCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.RemoveISHServiceBackgroundTaskCmdlet">
            <summary>
            <para type="synopsis">Removes BackgroundTask windows service.</para>
            <para type="description">The Remove-ISHServiceBackgroundTask cmdlet removes all BackgroundTask windows services of specified role.</para>
            <para type="link">Enable-ISHServiceBackgroundTask</para>
            <para type="link">Disable-ISHServiceBackgroundTask</para>
            <para type="link">Get-ISHServiceBackgroundTask</para>
            <para type="link">Set-ISHServiceBackgroundTask</para>
            </summary>
            <example>
            <code>PS C:\>Remove-ISHServiceBackgroundTask -ISHDeployment $deployment</code>
            <para>This command removes all instances of BackgroundTask windows services of Default role.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Remove-ISHServiceBackgroundTask -ISHDeployment $deployment -Role "PublishOnly"</code>
            <para>This command removes all instances of BackgroundTask windows services with role "PublishOnly".
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.RemoveISHServiceBackgroundTaskCmdlet.Role">
            <summary>
            <para type="description">The role of BackgroundTask services.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.RemoveISHServiceBackgroundTaskCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.DisableISHServiceBackgroundTaskBuilderCmdlet">
            <summary>
            <para type="synopsis">Disables BackgroundTask windows service.</para>
            <para type="description">The Disable-ISHServiceBackgroundTask cmdlet disables BackgroundTask windows service.</para>
            <para type="link">Enable-ISHServiceBackgroundTask</para>
            <para type="link">Set-ISHServiceBackgroundTask</para>
            <para type="link">Get-ISHServiceBackgroundTask</para>
            <para type="link">Remove-ISHServiceBackgroundTask</para>
            </summary>
            <example>
            <code>PS C:\>Disable-ISHServiceBackgroundTask -ISHDeployment $deployment</code>
            <para>This command disables BackgroundTask windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.DisableISHServiceBackgroundTaskBuilderCmdlet.Role">
            <summary>
            <para type="description">The role of BackgroundTask services.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.DisableISHServiceBackgroundTaskBuilderCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.EnableISHServiceBackgroundTaskCmdlet">
            <summary>
            <para type="synopsis">Enables BackgroundTask windows service.</para>
            <para type="description">The Enable-ISHServiceBackgroundTask cmdlet enables BackgroundTask windows service.</para>
            <para type="link">Disable-ISHServiceBackgroundTask</para>
            <para type="link">Set-ISHServiceBackgroundTask</para>
            <para type="link">Get-ISHServiceBackgroundTask</para>
            <para type="link">Remove-ISHServiceBackgroundTask</para>
            </summary>
            <example>
            <code>PS C:\>Enable-ISHServiceBackgroundTask -ISHDeployment $deployment</code>
            <para>This command enables the BackgroundTask windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.EnableISHServiceBackgroundTaskCmdlet.Role">
            <summary>
            <para type="description">The role of BackgroundTask services.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.EnableISHServiceBackgroundTaskCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.GetISHServiceBackgroundTaskCmdlet">
            <summary>
            <para type="synopsis">Gets list of windows services for BackgroundTask.</para>
            <para type="description">The Get-ISHServiceBackgroundTask cmdlet gets list of BackgroundTask windows services.</para>
            <para type="link">Set-ISHServiceBackgroundTask</para>
            <para type="link">Enable-ISHServiceBackgroundTask</para>
            <para type="link">Disable-ISHServiceBackgroundTask</para>
            <para type="link">Remove-ISHServiceBackgroundTask</para>
            </summary>
            <example>
            <code>PS C:\>Get-ISHServiceBackgroundTask -ISHDeployment $deployment</code>
            <para>This command shows the BackgroundTask windows services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Get-ISHServiceBackgroundTask -ISHDeployment $deployment -Role "PublishOnly"</code>
            <para>This command shows the BackgroundTask windows services with role "PublishOnly".
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.GetISHServiceBackgroundTaskCmdlet.Role">
            <summary>
            <para type="description">The role of BackgroundTask services.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.GetISHServiceBackgroundTaskCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.SetISHServiceBackgroundTaskCmdlet">
            <summary>
            <para type="synopsis">Sets BackgroundTask windows service.</para>
            <para type="description">The Set-ISHServiceBackgroundTask cmdlet sets BackgroundTask windows service.</para>
            <para type="link">Enable-ISHServiceBackgroundTask</para>
            <para type="link">Disable-ISHServiceBackgroundTask</para>
            <para type="link">Get-ISHServiceBackgroundTask</para>
            <para type="link">Remove-ISHServiceBackgroundTask</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHServiceBackgroundTask -ISHDeployment $deployment -Count 2</code>
            <para>This command changes the amount of instances of services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Set-ISHServiceBackgroundTask -ISHDeployment $deployment -Count 2 -Role "PublishOnly"</code>
            <para>This command changes the amount of instances of services with role "PublishOnly".
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.SetISHServiceBackgroundTaskCmdlet.Count">
            <summary>
            <para type="description">The number of BackgroundTask services in the system.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.SetISHServiceBackgroundTaskCmdlet.Role">
            <summary>
            <para type="description">The role of BackgroundTask services.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceBackgroundTask.SetISHServiceBackgroundTaskCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDeltaXml.DisableISHServiceFontoDeltaXmlCmdlet">
            <summary>
            <para type="synopsis">Disables Fonto Delta Xml windows service. This cmdlet is only supported on version 14.0.2.</para>
            <para type="description">The Disable-ISHServiceFontoDeltaXml cmdlet disables Fonto Delta Xml windows service.</para>
            <para type="link">Set-ISHServiceFontoDeltaXml</para>
            <para type="link">Get-ISHServiceFontoDeltaXml</para>
            <para type="link">Enable-ISHServiceFontoDeltaXml</para>
            </summary>
            <example>
            <code>PS C:\>Disable-ISHServiceFontoDeltaXml -ISHDeployment $deployment</code>
            <para>This command disables the Fonto Delta Xml windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDeltaXml.DisableISHServiceFontoDeltaXmlCmdlet.ExecuteCmdlet">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDeltaXml.EnableISHServiceFontoDeltaXmlCmdlet">
            <summary>
            <para type="synopsis">Enables Fonto Delta Xml windows service. This cmdlet is only supported on version 14.0.2.</para>
            <para type="description">The Enable-ISHServiceFontoDeltaXml cmdlet enables Fonto Delta Xml windows service.</para>
            <para type="link">Set-ISHServiceFontoDeltaXml</para>
            <para type="link">Get-ISHServiceFontoDeltaXml</para>
            <para type="link">Disable-ISHServiceFontoDeltaXml</para>
            </summary>
            <example>
            <code>PS C:\>Enable-ISHServiceFontoDeltaXml -ISHDeployment $deployment</code>
            <para>This command enables the Fonto Delta Xml windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDeltaXml.EnableISHServiceFontoDeltaXmlCmdlet.ExecuteCmdlet">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDeltaXml.GetISHServiceFontoDeltaXmlCmdlet">
            <summary>
            <para type="synopsis">Gets list of windows services for Fonto Delta Xml. This cmdlet is only supported on version 14.0.2.</para>
            <para type="description">The Get-ISHServiceFontoDeltaXml cmdlet gets list of Fonto Delta Xml windows services.</para>
            <para type="link">Set-ISHServiceFontoDeltaXml</para>
            <para type="link">Enable-ISHServiceFontoDeltaXml</para>
            <para type="link">Disable-ISHServiceFontoDeltaXml</para>
            </summary>
            <example>
            <code>PS C:\>Get-ISHServiceFontoDeltaXml -ISHDeployment $deployment</code>
            <para>This command shows the Fonto Delta Xml windows services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDeltaXml.GetISHServiceFontoDeltaXmlCmdlet.ExecuteCmdlet">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDeltaXml.SetISHServiceFontoDeltaXmlCmdlet">
            <summary>
            <para type="synopsis">Sets target port for Fonto Delta Xml. This cmdlet is only supported on version 14.0.2.</para>
            <para type="description">The Set-ISHServiceFontoDeltaXml cmdlet sets target port for Fonto Delta Xml.</para>
            <para type="link">Get-ISHServiceFontoDeltaXml</para>
            <para type="link">Enable-ISHServiceFontoDeltaXml</para>
            <para type="link">Disable-ISHServiceFontoDeltaXml</para>
            </summary>
            <example>
                <code>PS C:\>Set-ISHServiceFontoDeltaXml -ISHDeployment $deployment -ServicePort 8010</code>
                <para>This command sets the Fonto Delta Xml target port.
                    Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
                <code>PS C:\>Set-ISHServiceFontoDeltaXml -ISHDeployment $deployment -Xmx 1024k</code>
                <para>This command sets maximum of heap size for internal java process of the Fonto Delta Xml.
                    Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
            <example>
                <code>PS C:\>Set-ISHServiceFontoDeltaXml -ISHDeployment $deployment -Xmx 1024k -ServicePort 8010</code>
                <para>This command sets maximum of heap size for internal java process and target port of the Fonto Delta Xml.
                    Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="F:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDeltaXml.SetISHServiceFontoDeltaXmlCmdlet.XmxValidationPattern">
            <summary>
            The validation pattern.
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDeltaXml.SetISHServiceFontoDeltaXmlCmdlet.ServicePort">
            <summary>
            <para type="description">The target FontoDeltaXml port.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDeltaXml.SetISHServiceFontoDeltaXmlCmdlet.Xmx">
            <summary>
            <para type="description">Maximum heap size of internal java process.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDeltaXml.SetISHServiceFontoDeltaXmlCmdlet.ExecuteCmdlet">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDocumentHistory.DisableISHServiceFontoDocumentHistoryCmdlet">
            <summary>
            <para type="synopsis">Disables Fonto Document History windows service.</para>
            <para type="description">The Disable-ISHServiceFontoDocumentHistory cmdlet disables Fonto Document History windows service.</para>
            <para type="link">Set-ISHServiceFontoDocumentHistory</para>
            <para type="link">Get-ISHServiceFontoDocumentHistory</para>
            <para type="link">Enable-ISHServiceFontoDocumentHistory</para>
            </summary>
            <example>
            <code>PS C:\>Disable-ISHServiceFontoDocumentHistory -ISHDeployment $deployment</code>
            <para>This command disables the Fonto Document History windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDocumentHistory.DisableISHServiceFontoDocumentHistoryCmdlet.ExecuteCmdlet">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDocumentHistory.EnableISHServiceFontoDocumentHistoryCmdlet">
            <summary>
            <para type="synopsis">Enables Fonto Document History windows service.</para>
            <para type="description">The Enable-ISHServiceFontoDocumentHistory cmdlet enables Fonto Document History windows service.</para>
            <para type="link">Set-ISHServiceFontoDocumentHistory</para>
            <para type="link">Get-ISHServiceFontoDocumentHistory</para>
            <para type="link">Disable-ISHServiceFontoDocumentHistory</para>
            </summary>
            <example>
            <code>PS C:\>Enable-ISHServiceFontoDocumentHistory -ISHDeployment $deployment</code>
            <para>This command enables the Fonto Document History windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDocumentHistory.EnableISHServiceFontoDocumentHistoryCmdlet.ExecuteCmdlet">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDocumentHistory.GetISHServiceFontoDocumentHistoryCmdlet">
            <summary>
            <para type="synopsis">Gets list of windows services for Fonto Document History.</para>
            <para type="description">The Get-ISHServiceFontoDocumentHistory cmdlet gets list of Fonto Document History windows services.</para>
            <para type="link">Set-ISHServiceFontoDocumentHistory</para>
            <para type="link">Enable-ISHServiceFontoDocumentHistory</para>
            <para type="link">Disable-ISHServiceFontoDocumentHistory</para>
            </summary>
            <example>
            <code>PS C:\>Get-ISHServiceFontoDocumentHistory -ISHDeployment $deployment</code>
            <para>This command shows the Fonto Document History windows services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDocumentHistory.GetISHServiceFontoDocumentHistoryCmdlet.ExecuteCmdlet">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDocumentHistory.SetISHServiceFontoDocumentHistoryCmdlet">
            <summary>
            <para type="synopsis">Sets service port for Fonto Document History.</para>
            <para type="description">The Set-ISHServiceFontoDocumentHistory cmdlet sets service port for Fonto Document History.</para>
            <para type="link">Get-ISHServiceFontoDocumentHistory</para>
            <para type="link">Enable-ISHServiceFontoDocumentHistory</para>
            <para type="link">Disable-ISHServiceFontoDocumentHistory</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHServiceFontoDocumentHistory -ISHDeployment $deployment -ServicePort 8020</code>
            <para>This command sets the Fonto Document History service port.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDocumentHistory.SetISHServiceFontoDocumentHistoryCmdlet.ServicePort">
            <summary>
            <para type="description">The target FontoDocumentHistory service port.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoDocumentHistory.SetISHServiceFontoDocumentHistoryCmdlet.ExecuteCmdlet">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoReview.DisableISHServiceFontoReviewCmdlet">
            <summary>
            <para type="synopsis">Disables fonto review windows service.</para>
            <para type="description">The Disable-ISHServiceFontoReview cmdlet disables fonto review windows service.</para>
            <para type="link">Set-ISHServiceFontoReview</para>
            <para type="link">Get-ISHServiceFontoReview</para>
            <para type="link">Enable-ISHServiceFontoReview</para>
            </summary>
            <example>
            <code>PS C:\>Disable-ISHServiceFontoReview -ISHDeployment $deployment</code>
            <para>This command disables the fonto review windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoReview.DisableISHServiceFontoReviewCmdlet.ExecuteCmdlet">
            <inheritdoc />
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoReview.EnableISHServiceFontoReviewCmdlet">
            <summary>
            <para type="synopsis">Enables fonto review windows service.</para>
            <para type="description">The Enable-ISHServiceFontoReview cmdlet enables fonto review windows service.</para>
            <para type="link">Set-ISHServiceFontoReview</para>
            <para type="link">Get-ISHServiceFontoReview</para>
            <para type="link">Disable-ISHServiceFontoReview</para>
            </summary>
            <example>
            <code>PS C:\>Enable-ISHServiceFontoReview -ISHDeployment $deployment</code>
            <para>This command enables the fonto review windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoReview.EnableISHServiceFontoReviewCmdlet.ExecuteCmdlet">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoReview.GetISHServiceFontoReviewCmdlet">
            <summary>
            <para type="synopsis">Gets list of windows services for Fonto Review.</para>
            <para type="description">The Get-ISHServiceFontoReview cmdlet gets list of fonto review windows services.</para>
            <para type="link">Set-ISHServiceFontoReview</para>
            <para type="link">Enable-ISHServiceFontoReview</para>
            <para type="link">Disable-ISHServiceFontoReview</para>
            </summary>
            <example>
            <code>PS C:\>Get-ISHServiceFontoReview -ISHDeployment $deployment</code>
            <para>This command shows the fonto review windows services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoReview.GetISHServiceFontoReviewCmdlet.ExecuteCmdlet">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoReview.SetISHServiceFontoReviewCmdlet">
            <summary>
            <para type="synopsis">Sets target port for Fonto Review.</para>
            <para type="description">The Set-ISHServiceFontoReview cmdlet sets target port for Fonto Review..</para>
            <para type="link">Get-ISHServiceFontoReview</para>
            <para type="link">Enable-ISHServiceFontoReview</para>
            <para type="link">Disable-ISHServiceFontoReview</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHServiceFontoReview -ISHDeployment $deployment -ServicePort 8081</code>
            <para>This command sets the fonto review target port.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoReview.SetISHServiceFontoReviewCmdlet.ServicePort">
            <summary>
            <para type="description">The target FontoReview port.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceFontoReview.SetISHServiceFontoReviewCmdlet.ExecuteCmdlet">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceSolrLucene.SetISHIntegrationFullTextIndexCmdlet">
            <summary>
            <para type="synopsis">Sets target lucene Uri.</para>
            <para type="description">The Set-ISHIntegrationFullTextIndex cmdlet sets target lucene Uri.
            Note: If you want to access the full text index remotely, you need to add a firewall rule to allow access to this port remotely.
            For example: New-NetFirewallRule -DisplayName 'ISHDeploy port:8080 opening' -LocalPort 8080 -Protocol TCP -Action Allow</para>
            <para type="link">Set-ISHServiceFullTextIndex</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHIntegrationFullTextIndex -ISHDeployment $deployment -Uri "http://127.0.0.1:8080/solr/"</code>
            <para>This command changes the target Uri of instances of SolrLucene services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceSolrLucene.SetISHIntegrationFullTextIndexCmdlet.Uri">
            <summary>
            <para type="description">The target lucene Uri.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceSolrLucene.SetISHIntegrationFullTextIndexCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceSolrLucene.DisableISHServiceSolrLuceneBuilderCmdlet">
            <summary>
            <para type="synopsis">Disables SolrLucene windows service.</para>
            <para type="description">The Disable-ISHServiceFullTextIndex cmdlet disables SolrLucene windows service.</para>
            <para type="link">Enable-ISHServiceFullTextIndex</para>
            <para type="link">Set-ISHServiceFullTextIndex</para>
            <para type="link">Get-ISHServiceFullTextIndex</para>
            </summary>
            <example>
            <code>PS C:\>Disable-ISHServiceFullTextIndex -ISHDeployment $deployment</code>
            <para>This command disables SolrLucene windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceSolrLucene.DisableISHServiceSolrLuceneBuilderCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceSolrLucene.EnableISHServiceSolrLuceneCmdlet">
            <summary>
            <para type="synopsis">Enables SolrLucene windows service.</para>
            <para type="description">The Enable-ISHServiceFullTextIndex cmdlet enables SolrLucene windows service.</para>
            <para type="link">Disable-ISHServiceFullTextIndex</para>
            <para type="link">Set-ISHServiceFullTextIndex</para>
            <para type="link">Get-ISHServiceFullTextIndex</para>
            </summary>
            <example>
            <code>PS C:\>Enable-ISHServiceFullTextIndex -ISHDeployment $deployment</code>
            <para>This command enables the SolrLucene windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceSolrLucene.EnableISHServiceSolrLuceneCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceSolrLucene.GetISHServiceFullTextIndexCmdlet">
            <summary>
            <para type="synopsis">Gets list of windows services for SolrLucene.</para>
            <para type="description">The Get-ISHServiceFullTextIndex cmdlet gets list of SolrLucene windows services.</para>
            <para type="link">Set-ISHServiceFullTextIndex</para>
            <para type="link">Enable-ISHServiceFullTextIndex</para>
            <para type="link">Disable-ISHServiceFullTextIndex</para>
            </summary>
            <example>
            <code>PS C:\>Get-ISHServiceFullTextIndex -ISHDeployment $deployment</code>
            <para>This command shows the SolrLucene windows services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceSolrLucene.GetISHServiceFullTextIndexCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceSolrLucene.SetISHServiceSolrLuceneCmdlet">
            <summary>
            <para type="synopsis">Sets target lucene ServicePort.</para>
            <para type="description">The Set-ISHServiceFullTextIndex cmdlet sets target lucene ServicePort.</para>
            <para type="link">Enable-ISHServiceFullTextIndex</para>
            <para type="link">Disable-ISHServiceFullTextIndex</para>
            <para type="link">Get-ISHServiceFullTextIndex</para>
            <para type="link">Set-ISHIntegrationFullTextIndex</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHServiceFullTextIndex -ISHDeployment $deployment -ServicePort 8081</code>
            <para>This command changes the target port of instances of SolrLucene services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceSolrLucene.SetISHServiceSolrLuceneCmdlet.ServicePort">
            <summary>
            <para type="description">The target lucene ServicePort.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceSolrLucene.SetISHServiceSolrLuceneCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.DisableISHCOMPlusCmdlet">
            <summary>
            <para type="synopsis">Disables COM+ components.</para>
            <para type="description">The Disable-ISHCOMPlus cmdlet disables COM+ components.</para>
            <para type="link">Get-ISHCOMPlus</para>
            <para type="link">Disable-ISHCOMPlus</para>
            <para type="link">Disable-ISHIISAppPool</para>
            <para type="link">Disable-ISHServiceTranslationBuilder</para>
            <para type="link">Disable-ISHServiceTranslationOrganizer</para>
            </summary>
            <example>
            <code>PS C:\>Disable-ISHCOMPlus -ISHDeployment $deployment</code>
            <para>This command disables all COM+ components of deployment.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.DisableISHCOMPlusCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.EnableISHCOMPlusCmdlet">
            <summary>
            <para type="synopsis">Enables COM+ components.</para>
            <para type="description">The Enable-ISHCOMPlus cmdlet enables COM+ components.</para>
            <para type="link">Enable-ISHCOMPlus</para>
            <para type="link">Get-ISHCOMPlus</para>
            <para type="link">Enable-ISHIISAppPool</para>
            <para type="link">Enable-ISHServiceTranslationBuilder</para>
            <para type="link">Enable-ISHServiceTranslationOrganizer</para>
            </summary>
            <example>
            <code>PS C:\>Enable-ISHCOMPlus -ISHDeployment $deployment</code>
            <para>This command enables all COM+ components of specified deployment.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.EnableISHCOMPlusCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.EnableISHIISAppPoolCmdlet">
            <summary>
            <para type="synopsis">Enables IIS application pools of specified deployment.</para>
            <para type="description">The Enable-ISHIISAppPool cmdlet enables IIS application pools of specified deployment.</para>
            <para type="link">Disable-ISHIISAppPool</para>
            <para type="link">Get-ISHIISAppPool</para>
            <para type="link">Enable-ISHCOMPlus</para>
            <para type="link">Enable-ISHServiceTranslationBuilder</para>
            <para type="link">Enable-ISHServiceTranslationOrganizer</para>
            </summary>
            <example>
            <code>PS C:\>Enable-ISHIISAppPool -ISHDeployment $deployment</code>
            <para>This command enables all IIS application pools of specified deployment.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.EnableISHIISAppPoolCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.DisableISHIISAppPoolCmdlet">
            <summary>
            <para type="synopsis">Disables IIS application pools of specified deployment.</para>
            <para type="description">The Disable-ISHIISAppPool cmdlet disables IIS application pools of specified deployment.</para>
            <para type="link">Enable-ISHIISAppPool</para>
            <para type="link">Get-ISHIISAppPool</para>
            <para type="link">Disable-ISHCOMPlus</para>
            <para type="link">Disable-ISHServiceTranslationBuilder</para>
            <para type="link">Disable-ISHServiceTranslationOrganizer</para>
            </summary>
            <example>
            <code>PS C:\>Disable-ISHIISAppPool -ISHDeployment $deployment</code>
            <para>This command disables all IIS application pools of specified deployment.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.DisableISHIISAppPoolCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.GetISHComponentCmdlet">
            <summary>
            <para type="synopsis">Acquire the components of a specific deployment.</para>
            <para type="description">The Get-ISHComponent cmdlet gets components for Content Manager deployment.</para>
            </summary>
            <example>
            <code>PS C:\>Get-ISHComponent -ISHDeployment $deployment</code>
            <para>This command gets list of components of Content Manager deployment
            Parameter $deployment is an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.GetISHComponentCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceCrawler.SetISHServiceCrawlerCmdlet">
            <summary>
            <para type="synopsis">Sets settings of Crawler services.</para>
            <para type="description">The Set-ISHServiceCrawler cmdlet sets settings of Crawler services.</para>
            <para type="link">Enable-ISHServiceCrawler</para>
            <para type="link">Disable-ISHServiceCrawler</para>
            <para type="link">Get-ISHServiceCrawler</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHServiceCrawler -ISHDeployment $deployment -Count 2</code>
            <para>This command changes the amount of instances of Crawler services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Set-ISHServiceCrawler -ISHDeployment $deployment -Hostname "testmachinename"</code>
            <para>This command changes the hostname of instances of Crawler services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Set-ISHServiceCrawler -ISHDeployment $deployment -Catalog "TrisoftInfoShareIndex"</code>
            <para>This command changes the catalog name of instances of Crawler services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceCrawler.SetISHServiceCrawlerCmdlet.Count">
            <summary>
            <para type="description">The number of Crawler services in the system.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceCrawler.SetISHServiceCrawlerCmdlet.Hostname">
            <summary>
            <para type="description">The Hostname of Crawler service.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceCrawler.SetISHServiceCrawlerCmdlet.Catalog">
            <summary>
            <para type="description">The Catalog of Crawler service.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceCrawler.SetISHServiceCrawlerCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceCrawler.DisableISHServiceCrawlerBuilderCmdlet">
            <summary>
            <para type="synopsis">Disables Crawler windows service.</para>
            <para type="description">The Disable-ISHServiceCrawler cmdlet disables Crawler windows service.</para>
            <para type="link">Enable-ISHServiceCrawler</para>
            <para type="link">Set-ISHServiceCrawler</para>
            <para type="link">Get-ISHServiceCrawler</para>
            </summary>
            <example>
            <code>PS C:\>Disable-ISHServiceCrawler -ISHDeployment $deployment</code>
            <para>This command disables Crawler windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceCrawler.DisableISHServiceCrawlerBuilderCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceCrawler.EnableISHServiceCrawlerCmdlet">
            <summary>
            <para type="synopsis">Enables Crawler windows service.</para>
            <para type="description">The Enable-ISHServiceCrawler cmdlet enables Crawler windows service.</para>
            <para type="link">Disable-ISHServiceCrawler</para>
            <para type="link">Set-ISHServiceCrawler</para>
            <para type="link">Get-ISHServiceCrawler</para>
            </summary>
            <example>
            <code>PS C:\>Enable-ISHServiceCrawler -ISHDeployment $deployment</code>
            <para>This command enables the Crawler windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceCrawler.EnableISHServiceCrawlerCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceCrawler.GetISHServiceCrawlerCmdlet">
            <summary>
            <para type="synopsis">Gets list of windows services for Crawler.</para>
            <para type="description">The Get-ISHServiceCrawler cmdlet gets list of Crawler windows services.</para>
            <para type="link">Set-ISHServiceCrawler</para>
            <para type="link">Enable-ISHServiceCrawler</para>
            <para type="link">Disable-ISHServiceCrawler</para>
            </summary>
            <example>
            <code>PS C:\>Get-ISHServiceCrawler -ISHDeployment $deployment</code>
            <para>This command shows the Crawler windows services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceCrawler.GetISHServiceCrawlerCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.DisableISHServiceTranslationOrganizerCmdlet">
            <summary>
            <para type="synopsis">Disables translation organizer windows service.</para>
            <para type="description">The Disable-ISHServiceTranslationOrganizer cmdlet disables translation organizer windows service.</para>
            <para type="link">Set-ISHServiceTranslationOrganizer</para>
            <para type="link">Get-ISHServiceTranslationOrganizer</para>
            <para type="link">Enable-ISHServiceTranslationOrganizer</para>
            <para type="link">Disable-ISHCOMPlus</para>
            <para type="link">Disable-ISHIISAppPool</para>
            <para type="link">Disable-ISHServiceTranslationBuilder</para>
            </summary>
            <example>
            <code>PS C:\>Disable-ISHServiceTranslationBuilder -ISHDeployment $deployment</code>
            <para>This command disables the translation organizer windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.DisableISHServiceTranslationOrganizerCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.EnableISHServiceTranslationOrganizerCmdlet">
            <summary>
            <para type="synopsis">Enables translation organizer windows service.</para>
            <para type="description">The Enable-ISHServiceTranslationOrganizer cmdlet enables translation organizer windows service.</para>
            <para type="link">Set-ISHServiceTranslationOrganizer</para>
            <para type="link">Get-ISHServiceTranslationOrganizer</para>
            <para type="link">Disable-ISHServiceTranslationOrganizer</para>
            <para type="link">Enable-ISHCOMPlus</para>
            <para type="link">Enable-ISHIISAppPool</para>
            <para type="link">Enable-ISHServiceTranslationBuilder</para>
            </summary>
            <example>
            <code>PS C:\>Enable-ISHServiceTranslationOrganizer -ISHDeployment $deployment</code>
            <para>This command enables the translation organizer windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.EnableISHServiceTranslationOrganizerCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.GetISHServiceTranslationOrganizerCmdlet">
            <summary>
            <para type="synopsis">Gets list of windows services for Translation Builder.</para>
            <para type="description">The Get-ISHServiceTranslationOrganizer cmdlet gets list of translation builder windows services.</para>
            <para type="link">Set-ISHServiceTranslationOrganizer</para>
            <para type="link">Enable-ISHServiceTranslationOrganizer</para>
            <para type="link">Disable-ISHServiceTranslationOrganizer</para>
            </summary>
            <example>
            <code>PS C:\>Get-ISHServiceTranslationOrganizer -ISHDeployment $deployment</code>
            <para>This command shows the translation builder windows services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.GetISHServiceTranslationOrganizerCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.GetISHServiceTranslationBuilderCmdlet">
            <summary>
            <para type="synopsis">Gets list of windows services for Translation Builder.</para>
            <para type="description">The Get-ISHServiceTranslationBuilder cmdlet gets list of translation builder windows services.</para>
            <para type="link">Set-ISHServiceTranslationBuilder</para>
            <para type="link">Enable-ISHServiceTranslationBuilder</para>
            <para type="link">Disable-ISHServiceTranslationBuilder</para>
            </summary>
            <example>
            <code>PS C:\>Get-ISHServiceTranslationBuilder -ISHDeployment $deployment</code>
            <para>This command shows the translation builder windows services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.GetISHServiceTranslationBuilderCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHIntegrationTMSTemplateCmdlet">
            <summary>
            <para type="synopsis">Creates a new ISH Template Field for TMS in Translation Organizer.</para>
            <para type="description">The New-ISHIntegrationTMSTemplate cmdlet creates an object with pair of properties: Template ID and Name. Used for tms translation integration.</para>
            <para type="link">Set-ISHIntegrationTMS</para>
            </summary>
            <example>
            <code>PS C:\>New-ISHIntegrationTMSTemplate -Name "testName" -TemplateId "testTemplateId"</code>
            <para>This command creates new object with metadata with name testName, level testLevel and valuetype testValueType.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHIntegrationTMSTemplateCmdlet.TemplateId">
            <summary>
            <para type="description">The TMS template Id.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHIntegrationTMSTemplateCmdlet.Name">
            <summary>
            <para type="description">The name of TMS template.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHIntegrationTMSTemplateCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHFieldMetadataCmdlet">
            <summary>
            <para type="synopsis">Creates a new ISH Metadata Field for TMS in Translation Organizer.</para>
            <para type="description">The New-ISHFieldMetadata cmdlet creates an object that represents structure of ISH metadata field for organizer service.</para>
            <para type="link">Set-ISHServiceTranslationOrganizer</para>
            <para type="link">Set-ISHIntegrationTMS</para>
            </summary>
            <example>
            <code>PS C:\>New-ISHFieldMetadata -Name "testName" -Level "logical" -ValueType "value"</code>
            <para>This command creates new object with metadata with name testName, level "logical" and valuetype "value".</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHFieldMetadataCmdlet.Name">
            <summary>
            <para type="description">The name of ISHMetadata field.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHFieldMetadataCmdlet.Level">
            <summary>
            <para type="description">The Level of ISHMetadata field.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHFieldMetadataCmdlet.ValueType">
            <summary>
            <para type="description">The Type of value of ISHMetadata field.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHFieldMetadataCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHIntegrationTMSMappingCmdlet">
            <summary>
            <para type="synopsis">Creates a new mapping pair ISHLanguage to TmsLanguage.</para>
            <para type="description">The New-ISHIntegrationTMSMapping cmdlet creates an object with pair of properties, where ISHLanguage is InfoShare language identifier (example: "en") and TmsLanguage is language identifier of TMS (example: "EN-US").</para>
            <para type="link">Set-ISHIntegrationTMS</para>
            </summary>
            <example>
            <code>PS C:\>New-ISHIntegrationTMSMapping -ISHLanguage "en" -TmsLanguage "EN-US"</code>
            <para>This command creates new object for English language where ID of the same language on TMS is EN-US.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHIntegrationTMSMappingCmdlet.TmsLanguage">
            <summary>
            <para type="description">The language identifier of TMS.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHIntegrationTMSMappingCmdlet.ISHLanguage">
            <summary>
            <para type="description">The trisoft language identifier.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHIntegrationTMSMappingCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHIntegrationWorldServerMappingCmdlet">
            <summary>
            <para type="synopsis">Creates a new mapping pair ISHLanguage to WSLocaleID.</para>
            <para type="description">The New-ISHIntegrationWorldServerMapping cmdlet creates an object with pair of properties, where ISHLanguage is InfoShare language identifier (example: "en") and WSLocaleID is language identifier of WorldServer (example: "1145").</para>
            <para type="link">Set-ISHIntegrationWorldServer </para>
            </summary>
            <example>
            <code>PS C:\>New-ISHIntegrationWorldServerMapping -ISHLanguage "en" -WSLocaleID 1145</code>
            <para>This command creates new object for English language where ID of the same language on WorldLocale is 1145.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHIntegrationWorldServerMappingCmdlet.ISHLanguage">
            <summary>
            <para type="description">The trisoft language identifier.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHIntegrationWorldServerMappingCmdlet.WSLocaleID">
            <summary>
            <para type="description">The language identifier of WorldServer.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.NewISHIntegrationWorldServerMappingCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.RemoveISHTranslationFileSystemExportCmdlet">
            <summary>
                <para type="synopsis">TMS Instance from Translation Organizer.</para>
                <para type="description">The Remove-ISHTranslationFileSystemExport cmdlet removes TMS Instance from Translation Organizer.</para>
                <para type="link">Set-ISHTranslationFileSystemExport</para>
            </summary>
            <example>
                <code>PS C:\>Remove-ISHTranslationFileSystemExport -ISHDeployment $deployment</code>
                <para>Removes TMS Instance from Translation Organizer.
            This command removes TMS Instance from Translation Organizer.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.RemoveISHTranslationFileSystemExportCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.RemoveISHIntegrationTMSCmdlet">
            <summary>
                <para type="synopsis">TMS Instance from Translation Organizer.</para>
                <para type="description">The Remove-ISHIntegrationTMS cmdlet removes TMS Instance from Translation Organizer.</para>
                <para type="link">Set-ISHIntegrationTMS</para>
            </summary>
            <example>
                <code>PS C:\>Remove-ISHIntegrationTMS -ISHDeployment $deployment</code>
                <para>Removes TMS Instance from Translation Organizer.
            This command removes TMS Instance from Translation Organizer.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.RemoveISHIntegrationTMSCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.RemoveISHIntegrationWorldServerCmdlet">
            <summary>
                <para type="synopsis">World Server Instance from Translation Organizer.</para>
                <para type="description">The Remove-ISHIntegrationWorldServer cmdlet removes World Server Instance from Translation Organizer.</para>
                <para type="link">Set-ISHIntegrationWorldServer</para>
            </summary>
            <example>
                <code>PS C:\>Remove-ISHIntegrationWorldServer -ISHDeployment $deployment</code>
                <para>Removes World Server Instance from Translation Organizer.
            This command removes World Server Instance from Translation Organizer.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.RemoveISHIntegrationWorldServerCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHTranslationFileSystemExportCmdlet">
            <summary>
            <para type="synopsis">Sets configuration of FileSystem.</para>
            <para type="description">The Set-ISHTranslationFileSystemExport cmdlet sets configuration of FileSystem.</para>
            <para type="link">Set-ISHServiceTranslationOrganizer</para>
            <para type="link">Remove-ISHTranslationFileSystemExport</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHTranslationFileSystemExport -ISHDeployment $deployment -Name "FileSystem1" -ExportFolderPath "c:\ExportFolder" -MaximumJobSize 5242880</code>
            <para>This command enables the translation organizer windows service.
            Parameter -MaximumJobSize is the max value of total size in bytes of uncompressed external job. In the FileSystem configuration section, this parameter has name "externalJobMaxTotalUncompressedSizeBytes".
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHTranslationFileSystemExportCmdlet.Name">
            <summary>
            <para type="description">The name (alias) of FileSystem.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHTranslationFileSystemExportCmdlet.ExportFolderPath">
            <summary>
            <para type="description">The path to export folder.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHTranslationFileSystemExportCmdlet.MaximumJobSize">
            <summary>
            <para type="description">The max value of total size in bytes of uncompressed external job (externalJobMaxTotalUncompressedSizeBytes).</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHTranslationFileSystemExportCmdlet.RequestMetadata">
            <summary>
            <para type="description">The requested metadata.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHTranslationFileSystemExportCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet">
            <summary>
            <para type="synopsis">Sets configuration of TMS.</para>
            <para type="description">The Set-ISHIntegrationTMS cmdlet sets configuration of TMS.</para>
            <para type="link">New-ISHIntegrationTMSMapping</para>
            <para type="link">New-ISHIntegrationTMSTemplate</para>
            <para type="link">New-ISHFieldMetadata</para>
            <para type="link">Remove-ISHIntegrationTMS</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHIntegrationTMS -ISHDeployment $deployment -Name "ws1" -Uri "https:\\ws1.sd.com" -MaximumJobSize 5242880 -RetriesOnTimeout 3 -ApiKey "someApiKey" -SecretKey "someSecretKey" -Mapping $mapping -Templates $templates</code>
            <para>This command enables the translation organizer windows service.
            The pair of -ApiKey and -SecretKey parameters ​​is used for authorization with TMS server.
            Parameter -MaximumJobSize is the max value of total size in bytes of uncompressed external job. In the TMS configuration section, this parameter has name "externalJobMaxTotalUncompressedSizeBytes".
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
            Parameter $mapping is a object with pair of properties, where ISHLanguage is InfoShare language identifier retrieved from New-ISHIntegrationTMSMapping cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Set-ISHIntegrationTMS -ISHDeployment $deployment -Name "ws1" -Uri "https:\\ws1.sd.com" -MaximumJobSize 5242880 -RetriesOnTimeout 3 -Credential $credential -Mapping $mapping -Templates $templates</code>
            <para>This command enables the translation organizer windows service and does authorization with TMS server by using of pair of username and password values.
            Parameter $credential is PSCredential object with username and password which is supported starting from 13.0.3 version of CM.
            Parameter -MaximumJobSize is the max value of total size in bytes of uncompressed external job. In the TMS configuration section, this parameter has name "externalJobMaxTotalUncompressedSizeBytes".
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
            Parameter $mapping is a object with pair of properties, where ISHLanguage is InfoShare language identifier retrieved from New-ISHIntegrationTMSMapping cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Set-ISHIntegrationTMS -ISHDeployment $deployment -Name "ws1" -Uri "https:\\ws1.sd.com" -MaximumJobSize 5242880 -RetriesOnTimeout 3 -UserName $userName -UserPassword $userPassword -Mapping $mapping -Templates $templates</code>
            <para>This command enables the translation organizer windows service and does authorization with TMS server by using of pair of username and password values.
            Parameter $userName is operation system's user name.
            Parameter $userPassword is operation system's user password.
            Parameter -MaximumJobSize is the max value of total size in bytes of uncompressed external job. In the TMS configuration section, this parameter has name "externalJobMaxTotalUncompressedSizeBytes".
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
            Parameter $mapping is a object with pair of properties, where ISHLanguage is InfoShare language identifier retrieved from New-ISHIntegrationTMSMapping cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.Name">
            <summary>
            <para type="description">The name (alias) of TMS.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.Uri">
            <summary>
            <para type="description">The Uri to TMS.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.UseSsl">
            <summary>
            Returns true if the ssl is usedhas changed; otherwise, returns false.
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.MaximumJobSize">
            <summary>
            <para type="description">The max value of total size in bytes of uncompressed external job (externalJobMaxTotalUncompressedSizeBytes).</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.RetriesOnTimeout">
            <summary>
            <para type="description">The number of retries on timeout.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.Mappings">
            <summary>
            <para type="description">The mapping between ISHLanguage and TmsLanguage.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.Templates">
            <summary>
            <para type="description">The TMS templates.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.RequestMetadata">
            <summary>
            <para type="description">The requested metadata.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.GroupMetadata">
            <summary>
            <para type="description">The grouping metadata.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.ApiKey">
            <summary>
            <para type="description">API key that is associated with a user.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.SecretKey">
            <summary>
            <para type="description">Secret - API key encrypted using HMACSHA256 with the password.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.Credential">
            <summary>
            <para type="description">The user credential to get access to TMS. Supported since version 13.0.3 of CM</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.HttpTimeout">
            <summary>
            <para type="description">The HTTP timeout. Supported since version 13.0.0 of CM</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.NormalizeUserName(System.String)">
            <summary>
            UserName normalization
            </summary>
            <param name="userName">The name of user</param>
            <returns>Normalized user name</returns>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.GetUserCredentialsConfiguration">
            <summary>
            Gets Tms user credentials configuration section
            </summary>
            <returns>Configuration section</returns>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationTMSCmdlet.GetApiSecretConfiguration">
            <summary>
            Gets Tms api secret configuration section
            </summary>
            <returns>Configuration section</returns>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerCmdlet">
            <summary>
            <para type="synopsis">Sets configuration of WorldServer.</para>
            <para type="description">The Set-ISHIntegrationWorldServer cmdlet sets configuration of WorldServer.</para>
            <para type="link">New-ISHIntegrationWorldServerMapping</para>
            <para type="link">Set-ISHServiceTranslationOrganizer</para>
            <para type="link">Remove-ISHIntegrationWorldServer</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHIntegrationWorldServer -ISHDeployment $deployment -Name "ws1" -Uri "https:\\ws1.sd.com" -Credential $credential -MaximumJobSize 5242880 -RetriesOnTimeout 3 -Mapping $mapping </code>
            <para>This command enables the translation organizer windows service.
            Parameter -MaximumJobSize is the max value of total size in bytes of uncompressed external job. In the WorldServer configuration section, this parameter has name "externalJobMaxTotalUncompressedSizeBytes".
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
            Parameter $credential is a set of security credentials, such as a user name and a password.
            Parameter $mapping is a object with pair of properties, where ISHLanguage is InfoShare language identifier retrieved from New-ISHIntegrationWorldServerMapping cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Set-ISHIntegrationWorldServer -ISHDeployment $deployment -Name "ws1" -Uri "https:\\ws1.sd.com" -UserName $userName -UserPassword $userPassword -MaximumJobSize 5242880 -RetriesOnTimeout 3 -Mapping $mapping </code>
            <para>This command enables the translation organizer windows service.
            Parameter -MaximumJobSize is the max value of total size in bytes of uncompressed external job. In the WorldServer configuration section, this parameter has name "externalJobMaxTotalUncompressedSizeBytes".
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
            Parameter $userName is operation system's user name.
            Parameter $userPassword is operation system's user password.
            Parameter $mapping is a object with pair of properties, where ISHLanguage is InfoShare language identifier retrieved from New-ISHIntegrationWorldServerMapping cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerCmdlet.Name">
            <summary>
            <para type="description">The name (alias) of WorldServer.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerCmdlet.Uri">
            <summary>
            <para type="description">The Uri to WorldServer.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerCmdlet.MaximumJobSize">
            <summary>
            <para type="description">The max value of total size in bytes of uncompressed external job (externalJobMaxTotalUncompressedSizeBytes).</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerCmdlet.RetriesOnTimeout">
            <summary>
            <para type="description">The number of retries on timeout.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerCmdlet.Timeout">
            <summary>
            <para type="description">The HTTP timeout (Used for REST client only). Supported since version 13.0.3 of CM</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerCmdlet.SOAP">
            <summary>
            <para type="description">The type of the API Protocol. Supported since version 13.0.3 of CM</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerCmdlet.Mappings">
            <summary>
            <para type="description">The mapping between trisoftLanguage and worldServerLocaleId.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerCmdlet.NormalizeUserName(System.String)">
            <summary>
            Skipping normalization.
            </summary>
            <param name="userName">The name of </param>
            <returns>User name as it is</returns>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHIntegrationWorldServerCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet">
            <summary>
            <para type="synopsis">Sets translation organizer windows service.</para>
            <para type="description">The Set-ISHServiceTranslationOrganizer cmdlet sets translation organizer windows service.</para>
            <para type="link">Enable-ISHExternalPreview</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -MaxTranslationJobItemsUpdatedInOneCall 1000</code>
            <para>This command enables the translation organizer windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -SynchronizeTemplates $true</code>
            <para>This command enables synchronizing the templates.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -Count 2</code>
            <para>This command changes the amount of instances of services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -ISHWS "http://example.com/InfoShareWS/" -IssuerBindingType "WindowsMixed" -IssuerEndpoint "http://example.com/InfoShareSTS/issue/wstrust/mixed/windows"</code>
            <para>This command sets new ISHWS URL, the type of issuer binding, the issuer endpoint.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -ISHWS "http://example.com/InfoShareWS/" -IssuerBindingType "UserNameMixed" -IssuerEndpoint "http://example.com/InfoShareSTS/issue/wstrust/mixed/username" -Credential $credential</code>
            <para>This command sets new ISHWS URL, the type of issuer binding, the issuer endpoint and new credential.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            Parameter $credential is a set of security credentials, such as a user name and a password.
            </example>
            <example>
            <code>PS C:\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -ISHWS "http://example.com/InfoShareWS/" -IssuerBindingType "UserNameMixed" -IssuerEndpoint "http://example.com/InfoShareSTS/issue/wstrust/mixed/username" -UserName $userName -UserPassword $userPassword</code>
            <para>This command sets new ISHWS URL, the type of issuer binding, the issuer endpoint and new credential.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            Parameter $userName is operation system's user name.
            Parameter $userPassword is operation system's user password.
            </example>
        </member>
        <member name="F:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.TranslationOrganizerSettingsParameterSetName">
            <summary>
            Represents parameter set name for TranslationOrganizerSettings
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.TranslationOrganizerSynchronizationParameterSetName">
            <summary>
            Represents parameter set name for TranslationOrganizerSynchronization
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.TranslationOrganizerCountParameterSetName">
            <summary>
            Represents parameter set name for TranslationOrganizerCount
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.ISHWSParameterSetName">
            <summary>
            Represents parameter set name for ISHWS
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.DumpFolder">
            <summary>
            <para type="description">The path to dump folder.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.MaxTranslationJobItemsUpdatedInOneCall">
            <summary>
            <para type="description">The maximum number of job items updated in one call.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.JobPollingInterval">
            <summary>
            <para type="description">The interval of job polling.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.PendingJobPollingInterval">
            <summary>
            <para type="description">The interval of polling of pending job.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.SystemTaskInterval">
            <summary>
            <para type="description">The interval of system task.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.AttemptsBeforeFailOnRetrieval">
            <summary>
            <para type="description">The number of attempts before fail on retrieval.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.UpdateLeasedByPerNumberOfItems">
            <summary>
            <para type="description">TUpdate leased by per number of items.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.SynchronizeTemplates">
            <summary>
            <para type="description">Synchronizing the templates.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.RetriesOnTimeout">
            <summary>
            <para type="description">The number of retries on timeout.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.Count">
            <summary>
            <para type="description">The number of TranslationOrganizer services in the system.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.ISHWS">
            <summary>
            <para type="description">The URL to ISHWS.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.ISHWSCertificateValidationMode">
            <summary>
            <para type="description">Selected validation mode.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.ISHWSDnsIdentity">
            <summary>
            <para type="description">The DNS Endpoint Identity for ISHWS.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.IssuerBindingType">
            <summary>
            <para type="description">Type of ISHWS authentication.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.IssuerEndpoint">
            <summary>
            <para type="description">The URL to issuer ISHWS endpoint.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.Credential">
            <summary>
            <para type="description">The credential to get access to ISHWS.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.UserName">
            <summary>
            <para type="description">The operation system user's name.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.UserPassword">
            <summary>
            <para type="description">The operation system user's password.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationOrganizerCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationBuilderCmdlet">
            <summary>
            <para type="synopsis">Sets translation builder windows service.</para>
            <para type="description">The Set-ISHServiceTranslationBuilder cmdlet sets translation builder windows service.</para>
            <para type="link">Enable-ISHExternalPreview</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHServiceTranslationBuilder -ISHDeployment $deployment -MaxObjectsInOnePush 1000</code>
            <para>This command enables the translation builder windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Set-ISHServiceTranslationBuilder -ISHDeployment $deployment -Count 2</code>
            <para>This command changes the amount of instances of services.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationBuilderCmdlet.MaxObjectsInOnePush">
            <summary>
            <para type="description">The maximum number of objects in one push.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationBuilderCmdlet.MaxJobItemsCreatedInOneCall">
            <summary>
            <para type="description">The maximum number of objects in one push.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationBuilderCmdlet.CompletedJobLifeSpan">
            <summary>
            <para type="description">The life period of completed job.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationBuilderCmdlet.JobProcessingTimeout">
            <summary>
            <para type="description">The timeout of processing of job.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationBuilderCmdlet.JobPollingInterval">
            <summary>
            <para type="description">The interval of polling of job.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationBuilderCmdlet.PendingJobPollingInterval">
            <summary>
            <para type="description">The interval of polling of pending job.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationBuilderCmdlet.Count">
            <summary>
            <para type="description">The number of TranslationBuilder services in the system.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.SetISHServiceTranslationBuilderCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.DisableISHServiceTranslationBuilderCmdlet">
            <summary>
            <para type="synopsis">Disables translation builder windows service.</para>
            <para type="description">The Disable-ISHServiceTranslationBuilder cmdlet disables translation builder windows service.</para>
            <para type="link">Set-ISHServiceTranslationBuilder</para>
            <para type="link">Get-ISHServiceTranslationBuilder</para>
            <para type="link">Enable-ISHServiceTranslationBuilder</para>
            <para type="link">Disable-ISHCOMPlus</para>
            <para type="link">Disable-ISHIISAppPool</para>
            <para type="link">Disable-ISHServiceTranslationOrganizer</para>
            </summary>
            <example>
            <code>PS C:\>Disable-ISHServiceTranslationBuilder -ISHDeployment $deployment</code>
            <para>This command disables the translation builder windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.DisableISHServiceTranslationBuilderCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.EnableISHServiceTranslationBuilderCmdlet">
            <summary>
            <para type="synopsis">Enables translation builder windows service.</para>
            <para type="description">The Enable-ISHServiceTranslationBuilder cmdlet enables translation builder windows service.</para>
            <para type="link">Set-ISHServiceTranslationBuilder</para>
            <para type="link">Get-ISHServiceTranslationBuilder</para>
            <para type="link">Disable-ISHServiceTranslationBuilder</para>
            <para type="link">Enable-ISHCOMPlus</para>
            <para type="link">Enable-ISHIISAppPool</para>
            <para type="link">Enable-ISHServiceTranslationOrganizer</para>
            </summary>
            <example>
            <code>PS C:\>Enable-ISHServiceTranslationBuilder -ISHDeployment $deployment</code>
            <para>This command enables the translation builder windows service.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHComponent.ISHServiceTranslation.EnableISHServiceTranslationBuilderCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHCredentials.SetISHActorCmdlet">
            <summary>
            <para type="synopsis">Sets Actor user credentials.</para>
            <para type="description">The Set-ISHActor cmdlet sets new security credentials of Actor user.</para>
            <para type="link">Set-ISHOSUser</para>
            <para type="link">Set-ISHServiceUser</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHActor -ISHDeployment $deployment -Credential $credential</code>
            <para>This command sets new Actor user credentials.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            Parameter $credential is a set of security credentials, such as a user name and a password.
            </example>
            <example>
            <code>PS C:\>Set-ISHActor -ISHDeployment $deployment -UserName $userName -UserPassword $userPassword</code>
            <para>This command sets new Actor user credentials.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            Parameter $userName is operation system's user name.
            Parameter $userPassword is operation system's user password.
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHCredentials.SetISHActorCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHCredentials.SetISHServiceUserCmdlet">
            <summary>
            <para type="synopsis">Sets Service user credentials.</para>
            <para type="description">The Set-ISHServiceUser cmdlet sets new security credentials of Service user. Changes will take effect after the restart of services. Please, see refer cmdlets below</para>
            <para type="link">Disable-ISHServiceTranslationBuilder</para>
            <para type="link">Disable-ISHServiceTranslationOrganizer</para>
            <para type="link">Enable-ISHServiceTranslationBuilder</para>
            <para type="link">Enable-ISHServiceTranslationOrganizer</para>
            <para type="link">Set-ISHOSUser</para>
            <para type="link">Set-ISHActor</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHServiceUser -ISHDeployment $deployment -Credential $credential</code>
            <para>This command sets new Service user credentials.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            Parameter $credential is a set of security credentials, such as a user name and a password.
            </example>
            <example>
            <code>PS C:\>Set-ISHServiceUser -ISHDeployment $deployment -UserName $userName -UserPassword $userPassword</code>
            <para>This command sets new Service user credentials.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            Parameter $userName is operation system's user name.
            Parameter $userPassword is operation system's user password.
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHCredentials.SetISHServiceUserCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHCredentials.SetISHOSUserCmdlet">
            <summary>
            <para type="synopsis">Sets OS user credentials.</para>
            <para type="description">The Set-ISHOSUser cmdlet sets new security credentials of OS user.</para>
            <para type="link">Set-ISHServiceUser</para>
            <para type="link">Set-ISHActor</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHOSUser -ISHDeployment $deployment -Credential $credential</code>
            <para>This command sets new OS user credentials.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            Parameter $credential is a set of security credentials, such as a user name and a password.
            </example>
            <example>
            <code>PS C:\>Set-ISHOSUser -ISHDeployment $deployment -UserName $userName -UserPassword $userPassword</code>
            <para>This command sets new OS user credentials.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            Parameter $userName is operation system's user name.
            Parameter $userPassword is operation system's user password.
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHCredentials.SetISHOSUserCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHDeployment.RestartISHDeploymentCmdlet">
            <summary>
            <para type="synopsis">Restarts components of specific Content Manager deployment that marked as "Enabled" in tracking file.</para>
            <para type="description">The Restart-ISHDeployment cmdlet restarts components of specific Content Manager deployment that marked as "Enabled" in tracking file.</para>
            <para type="link">Start-ISHDeployment</para>
            <para type="link">Stop-ISHDeployment</para>
            <para type="link">Enable-ISHCOMPlus</para>
            <para type="link">Enable-ISHIISAppPool</para>
            <para type="link">Enable-ISHServiceTranslationBuilder</para>
            <para type="link">Enable-ISHServiceTranslationOrganizer</para>
            </summary>
            <example>
            <code>PS C:\>Restart-ISHDeployment -ISHDeployment $deployment</code>
            <para>This command restarts components of specific Content Manager deployment that marked as "Enabled" in tracking file.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHDeployment.RestartISHDeploymentCmdlet.ExecuteCmdlet">
            <summary>
            Executes revert changes cmdLet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHDeployment.StartISHDeploymentCmdlet">
            <summary>
            <para type="synopsis">Starts and enables components of specific Content Manager deployment that marked as "Enabled" in tracking file.</para>
            <para type="description">The Start-ISHDeployment cmdlet starts and enables components of specific Content Manager deployment that marked as "Enabled" in tracking file.</para>
            <para type="link">Stop-ISHDeployment</para>
            <para type="link">Restart-ISHDeployment</para>
            <para type="link">Enable-ISHCOMPlus</para>
            <para type="link">Enable-ISHIISAppPool</para>
            <para type="link">Enable-ISHServiceTranslationBuilder</para>
            <para type="link">Enable-ISHServiceTranslationOrganizer</para>
            </summary>
            <example>
            <code>PS C:\>Start-ISHDeployment -ISHDeployment $deployment</code>
            <para>This command enables components of specific Content Manager deployment that marked as "Enabled" in tracking file.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHDeployment.StartISHDeploymentCmdlet.ExecuteCmdlet">
            <summary>
            Executes revert changes cmdLet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHDeployment.StopISHDeploymentCmdlet">
            <summary>
            <para type="synopsis">Stops and disables all active components of specific Content Manager deployment.</para>
            <para type="description">The Stop-ISHDeployment cmdlet stops and disables all active components of specific Content Manager deployment, such as InfoShare Windows Services, COM+ components and IIS application pools.</para>
            <para type="link">Start-ISHDeployment</para>
            <para type="link">Restart-ISHDeployment</para>
            <para type="link">Disable-ISHCOMPlus</para>
            <para type="link">Disable-ISHIISAppPool</para>
            <para type="link">Disable-ISHServiceTranslationBuilder</para>
            <para type="link">Disable-ISHServiceTranslationOrganizer</para>
            </summary>
            <example>
            <code>PS C:\>Stop-ISHDeployment -ISHDeployment $deployment</code>
            <para>This command disables all active components of specific Content Manager deployment.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHDeployment.StopISHDeploymentCmdlet.ExecuteCmdlet">
            <summary>
            Executes revert changes cmdLet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHDeployment.ClearISHDeploymentHistoryCmdlet">
            <summary>
            <para type="synopsis">Clears customization history for Content Manager deployment.</para>
            <para type="description">The Clear-ISHDeploymentHistory cmdlet clears customization history information for Content Manager deployment that was generated by other cmdlets.</para>
            <para type="link">Get-ISHDeployment</para>
            <para type="link">Get-ISHDeploymentHistory</para>
            <para type="link">Undo-ISHDeployment</para>
            <para type="link">Get-ISHDeploymentParameters</para>
            </summary>
            <example>
            <code>PS C:\>Clear-ISHDeploymentHistory -ISHDeployment $deployment</code>
            <para>This command clears the history information for Content Manager deployment.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHDeployment.ClearISHDeploymentHistoryCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHDeployment.GetISHDeploymentParametersCmdlet">
            <summary>
            <para type="synopsis">Acquire the input parameters of a specific deployment.</para>
            <para type="description">The Get-ISHDeploymentParameters cmdlet gets parameters for Content Manager deployment.</para>
            <para type="link">Get-ISHDeployment</para>
            <para type="link">Get-ISHDeploymentHistory</para>
            <para type="link">Undo-ISHDeployment</para>
            <para type="link">Clear-ISHDeploymentHistory</para>
            </summary>
            <example>
            <code>PS C:\>Get-ISHDeploymentParameters -ISHDeployment $deployment</code>
            <para>This command gets the input parameters of Content Manager deployment with hidden passwords.
            Parameter $deployment is an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Get-ISHDeploymentParameters -ISHDeployment $deployment -ShowPassword</code>
            <para>This command gets the input parameters of "InfoShare" deployment with real passwords.
            Parameter $deployment is an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Get-ISHDeploymentParameters -ISHDeployment $deployment -Original</code>
            <para>This command return original values (from the backup folder) of "InfoShare" deployment.
            Parameter $deployment is an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Get-ISHDeploymentParameters -ISHDeployment $deployment -Changed</code>
            <para>This command return only changed parameters of "InfoShare" deployment.
            Parameter $deployment is an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Get-ISHDeploymentParameters -ISHDeployment $deployment -Name "issuercertificatethumbprint"</code>
            <para>This command return the parameter with name "issuercertificatethumbprint".
            Parameter $deployment is an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Get-ISHDeploymentParameters -ISHDeployment $deployment -Name "issuercertificatethumbprint" -ValueOnly</code>
            <para>This command return the value of parameter with name "issuercertificatethumbprint".
            Parameter $deployment is an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHDeployment.GetISHDeploymentParametersCmdlet.Original">
            <summary>
            <para type="description">Switch parameter to get data from original file</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHDeployment.GetISHDeploymentParametersCmdlet.Changed">
            <summary>
            <para type="description">Switch parameter to get difference from changed and original file</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHDeployment.GetISHDeploymentParametersCmdlet.ShowPassword">
            <summary>
            <para type="description">Switch parameter to show real passwords in parameters</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHDeployment.GetISHDeploymentParametersCmdlet.Name">
            <summary>
            <para type="description">The name of the parameter to receive</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHDeployment.GetISHDeploymentParametersCmdlet.ValueOnly">
            <summary>
            <para type="description">Output only the value</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHDeployment.GetISHDeploymentParametersCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHDeployment.BackupISHDeploymentCmdlet">
            <summary>
            <para type="synopsis">Backup data from Web, App, Data folders.</para>
            <para type="description">Will Backup data from Web, App, Data folders depends on switch.</para>
            </summary>
            <example>
            <code>PS C:\>Backup-ISHDeployment -Web -Path Author\ASP\Web.config </code>
            <code>PS C:\>Backup-ISHDeployment -Web -Path bin\*.txt </code>
            <code>PS C:\>Backup-ISHDeployment -Web -Path Trisoft*.dll </code>
            <para></para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHDeployment.BackupISHDeploymentCmdlet.Path">
            <summary>
            <para type="description">Path to files for backup.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHDeployment.BackupISHDeploymentCmdlet.Web">
            <summary>
            <para type="description">Working with Web folder.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHDeployment.BackupISHDeploymentCmdlet.App">
            <summary>
            <para type="description">Working with App folder.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHDeployment.BackupISHDeploymentCmdlet.Data">
            <summary>
            <para type="description">Working with Data folder.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHDeployment.BackupISHDeploymentCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHDeployment.GetISHDeploymentCmdlet">
            <summary>
            <para type="synopsis">Gets all installed Content Management deployments.</para>
            <para type="description">The Get-ISHDeployment cmdlet gets all installed Content Management deployments.</para>
            <para type="description">You can get specific instance of the installed Content Manager deployment by specifying the deployment name.</para>
            <para type="description">All Content Manager deployment instances' names start with 'InfoShare' prefix.</para>
            <para type="link">Clear-ISHDeploymentHistory</para>
            <para type="link">Get-ISHDeploymentHistory</para>
            <para type="link">Undo-ISHDeployment</para>
            <para type="link">Get-ISHDeploymentParameters</para>
            </summary>
            <example>
            <code>PS C:\>Get-ISHDeployment</code>
            <para>This command retrieves a list of all installed Content Manager deployments.</para>
            </example>
            <example>
            <code>PS C:\>Get-ISHDeployment -Name 'InfoShare'</code>
            <para>This command retrieves specific instance of the Content Manager deployment by name 'InfoShare'.</para>
            </example>
        </member>
        <member name="F:ISHDeploy.Cmdlets.ISHDeployment.GetISHDeploymentCmdlet.ValidationPattern">
            <summary>
            The validation pattern.
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHDeployment.GetISHDeploymentCmdlet.Name">
            <summary>
            <para type="description">Specifies the name of the installed Content Manager deployment.</para>
            <para type="description">All names start with InfoShare</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHDeployment.GetISHDeploymentCmdlet.ExecuteCmdlet">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHDeployment.GetISHDeploymentHistoryCmdlet">
            <summary>
            <para type="synopsis">Gets customization history for Content Manager deployment.</para>
            <para type="description">The Get-ISHDeploymentHistory cmdlet gets the customization history information for Content Manager deployment that was generated by other cmdlets.</para>
            <para type="link">Clear-ISHDeploymentHistory</para>
            <para type="link">Get-ISHDeployment</para>
            <para type="link">Undo-ISHDeployment</para>
            <para type="link">Get-ISHDeploymentParameters</para>
            </summary>
            <example>
            <code>PS C:\>Get-ISHDeploymentHistory -ISHDeployment $deployment</code>
            <para>This command gets the history information for Content Manager deployment.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHDeployment.GetISHDeploymentHistoryCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceCmdlet">
            <summary>
            <para type="synopsis">Creates the SchemaLocationConfig.xml and compiled schemas files in the "Web\InfoShareCS\custom" folder by using the Fonto Schema Compiler, so they can be used by Collective Spaces.</para>
            <para type="description">Before creating the SchemaLocationConfig.xml and compiling the schemas, this command first checks that: </para>
            <para type="description">* The catalog.xml, catalog-mapping.xml and schema files available in the "Web\Author\ASP\DocTypes" folder are valid,
            can be compiled and contain proper matching schema URN - DTD Public Id mappings.</para>
            <para type="description">* The behaviorConfig.xml available in the "Web\InfoShareCS\custom" location is valid against it's schema (behaviorConfig.xsd).</para>
            <para type="description">* The files can be converted and prepared in such a way they can be used as input to the schema compiler.</para>
            <para type="description">Notes:</para>
            <para type="description">* Only the "match" XML elements in the catalog-mapping.xml that have a non-empty "dtdpublicid" attribute value
            and a "xsdsystemid" attribute value that starts with "urn:" will be taken into account and compiled.</para>
            <para type="description">* This cmdlet will create the "SchemaLocationConfig.xml" file in the "Web\InfoShareCS\custom" folder
            and the compiled schemas in the "schemas" subfolder in that folder.</para>
            <para type="description">* This cmdlet will also delete and create a "CSTemp" folder in the "Web\InfoShareCS\custom" folder to prepare files for the schema compiler.</para>
            <para type="description">* For CM versions >= 14.0.2, this cmdlet will also add additional configuration to optimize the handling of whitespace characters for Draft Space and Review Space:</para>
            <para type="description">** Adds an "xmlNormalization" section to the "Author" and "InfoShareCS" "web.config" containing the elements for which to preserve whitespace and the list of inline elements</para>
            <para type="description">** Recycles the application pool (TrisoftAppPoolISHCM).</para>
            <para type="description">** Adds the "xpath" attribute value of any "block" element that has a "type" attribute containing "candirectlycontaintext"
            in the "BehaviorConfig.xml" to the Fonto Review service "appsettings.json" "BlockTest" value as an extra " or " clause.</para>
            <para type="description">** Adds the "xpath" attribute value of any "image" element in the "BehaviorConfig.xml" to the Fonto Review service
            "appsettings.json" "ObjectTest" value as an extra " or " clause.</para>
            <para type="description">** Restarts the Fonto Review service.</para>
            <para type="description">* For CM versions >= 14.0.3, this cmdlet will also adapt the FDiff "sx.xml" configuration used by the Document History service
            if you have elements configured in the "BehaviorConfig.xml" file</para>
            <para type="description">** Adds the "xpath" attributes (and "elementname" attributes prefixed with self::") configured in the "BehaviorConfig.xml" to the
            appropriate "*Test" attribute in the FDiff sx.xml configuration file if needed. (Note that xpaths containing "self::*" are excluded)</para>
            <para type="description">** Restarts the Fonto Document History service.</para>
            <para type="description">* This cmdlet will recycle the application pool (TrisoftAppPoolISHCS).</para>
            </summary>
            <seealso cref="T:ISHDeploy.Cmdlets.BaseHistoryEntryCmdlet" />
            <example>
            <code>PS C:\&gt;Set-ISHFontoSchemaExperience -ISHDeployment $deployment</code>
            <para>Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHFontoSchemaExperience.SetISHFontoSchemaExperienceCmdlet.ExecuteCmdlet">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHFontoSchemaExperience.TestISHFontoSchemaExperienceCmdlet">
            <summary>
            <para type="synopsis">Tests that the files used to configure custom schemas and behavior for Collective Spaces are valid and can be parsed and converted properly for compilation with the Fonto Schema Compiler.</para>
            <para type="description">This command checks that:</para>
            <para type="description">* The catalog.xml, catalog-mapping.xml and schema files available in the "Web\Author\ASP\DocTypes" folder are valid,
            can be compiled and contain proper matching schema URN - DTD Public Id mappings.</para>
            <para type="description">* The behaviorConfig.xml available in the "Web\InfoShareCS\custom" location is valid against it's schema (behaviorConfig.xsd).</para>
            <para type="description">* The files can be converted and prepared in such a way they can be used as input to the schema compiler. </para>
            <para type="description">Notes:</para>
            <para type="description">* Only the "match" XML elements in the catalog-mapping.xml that have a non-empty "dtdpublicid" attribute value
            and a "xsdsystemid" attribute value that starts with "urn:" will be taken into account and validated.</para>
            <para type="description">* This cmdlet will also delete and create a "CSTemp" folder in the "Web\InfoShareCS\custom" folder to test the preparation of files for the schema compiler.</para>
            </summary>
            <seealso cref="T:ISHDeploy.Cmdlets.BaseHistoryEntryCmdlet" />
            <example>
            <code>PS C:\&gt;Test-ISHFontoSchemaExperience -ISHDeployment $deployment</code>
            <para>Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHFontoSchemaExperience.TestISHFontoSchemaExperienceCmdlet.ExecuteCmdlet">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHIntegrationDB.GetISHIntegrationDbCmdlet">
            <summary>
            <para type="synopsis">Return connection string to database for certain environment.</para>
            <para type="description">This cmdlet returns connection string and type of database for certain environment.</para>
            </summary>
            <seealso cref="T:ISHDeploy.Cmdlets.BaseISHDeploymentCmdlet" />
            <example>
              <code>PS C:\&gt;Get-ISHIntegrationDB -ISHDeployment $deployment</code>
            <para>This cmdlet returns connection string and type of database for certain environment.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHIntegrationDB.GetISHIntegrationDbCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet.
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHIntegrationDB.SetISHIntegrationDBCmdlet">
            <summary>
            <para type="synopsis">Change connection string and type of database for certain environment.</para>
            <para type="description">This cmdlet change connection string to database for certain environment.</para>
            </summary>
            <seealso cref="T:ISHDeploy.Cmdlets.BaseHistoryEntryCmdlet" />
            <example>
              <code>PS C:\&gt;Set-ISHIntegrationDB -ISHDeployment $deployment -ConnectionString "" -Engine "sqlserver2016"</code>
            <para>This command sets connection string and type of database for certain environment.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationDB.SetISHIntegrationDBCmdlet.ConnectionString">
            <summary>
            <para type="description">Connection string.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationDB.SetISHIntegrationDBCmdlet.Engine">
            <summary>
            <para type="description">The type of database.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationDB.SetISHIntegrationDBCmdlet.Raw">
            <summary>
            <para type="description">Set connection string as a string parameter. **Note:** This is a legacy parameter which is no longer used.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHIntegrationDB.SetISHIntegrationDBCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet.
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHIntegrationDB.TestISHIntegrationDBCmdlet">
            <summary>
            <para type="synopsis">Test connection string to database.</para>
            <para type="description">This cmdlet check connection to database for certain environment and returns True if connection is Ok, or False if connection is invalid</para>
            </summary>
            <seealso cref="T:ISHDeploy.Cmdlets.BaseHistoryEntryCmdlet" />
            <example>
            <code>PS C:\&gt;Test-ISHIntegrationDB -ISHDeployment $deployment</code>
            <para>This cmdlet tests connection to database for certain environment and returns True if connection is Ok, or False if connection is invalid.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHIntegrationDB.TestISHIntegrationDBCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet.
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHIntegrationDB.SaveISHIntegrationDBSTSSQLServerConfigurationCmdlet">
            <summary>
            <para type="synopsis">Generates SQL Server script that grants necessary permissions.</para>
            <para type="description">The Save-ISHIntegrationDBSTSSQLServerConfigurationCmdlet generates SQL Server script that grants necessary permissions into package folder.</para>
            <para type="description">Cmdlet will overwrite the file if there is already one with same name.</para>
            </summary>
            <seealso cref="T:ISHDeploy.Cmdlets.BaseHistoryEntryCmdlet" />
            <example>
              <code>PS C:\&gt;Save-ISHIntegrationDBSTSSQLServerConfigurationCmdlet -ISHDeployment $deployment -FileName GrantPermissions.sql</code>
              <para>Generates SQL script that grants necessary permissions.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
            </para>
            </example>
            <example>
              <code>PS C:\&gt;Save-ISHIntegrationDBSTSSQLServerConfigurationCmdlet -ISHDeployment $deployment -FileName GrantPermissions.ps1 -Type PS1</code>
              <para>Generates PS1 script that runs sql command on server and grants necessary permissions.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
            </para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationDB.SaveISHIntegrationDBSTSSQLServerConfigurationCmdlet.FileName">
            <summary>
            <para type="description">Name of the output file.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationDB.SaveISHIntegrationDBSTSSQLServerConfigurationCmdlet.Type">
            <summary>
            <para type="description">Specifies the output file type. Default value is 'SQL'.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHIntegrationDB.SaveISHIntegrationDBSTSSQLServerConfigurationCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet.
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHMaintenance.GetISHFreePortNumberCmdlet">
            <summary>
            <para type="synopsis">Gets for the free port number in specified range.</para>
            <para type="description">This cmdlet gets free port number in specified range.</para>
            </summary>
            <seealso cref="T:ISHDeploy.Cmdlets.BaseCmdlet" />
            <example>
            <code>PS C:\&gt;Get-ISHFreePortNumber -StartOfRange $startOfRange -EndOfRange $endOfRange</code>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHMaintenance.GetISHFreePortNumberCmdlet.StartOfRange">
            <summary>
            <para type="description">The start of range to search.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHMaintenance.GetISHFreePortNumberCmdlet.EndOfRange">
            <summary>
            <para type="description">The end of range to search.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHMaintenance.GetISHFreePortNumberCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet.
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHMaintenance.InvokeISHMaintenanceCmdlet">
            <summary>
            <para type="synopsis">Maintenance Crawler or FullTextIndex services.</para>
            <para type="description">The Invoke-ISHMaintenance cmdlet maintenances Crawler or FullTextIndex services.</para>
            </summary>
            <example>
            <code>PS C:\>Invoke-ISHMaintenance -ISHDeployment $deployment -Crawler -Register</code>
            <para>This command registers the Crawler for 'TrisoftInfoShareIndex' for specified deployment.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Invoke-ISHMaintenance -ISHDeployment $deployment -Crawler -UnRegisterAll</code>
            <para>This command unregisters the Crawler for 'TrisoftInfoShareIndex' for specified deployment.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Invoke-ISHMaintenance -ISHDeployment $deployment -Crawler -ReIndex</code>
            <para>This command does reindex of the Crawler for 'TrisoftInfoShareIndex' for specified deployment.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Invoke-ISHMaintenance -ISHDeployment $deployment -FullTextIndex -Cleanup</code>
            <para>This command cleans up all cache and temporary files of Crawler for specified deployment.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHMaintenance.InvokeISHMaintenanceCmdlet.Crawler">
            <summary>
            <para type="description">Maintenance the Crawler service. Registering the Crawler for 'TrisoftInfoShareIndex' on 'UADEVVMASKYMENK'.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHMaintenance.InvokeISHMaintenanceCmdlet.Register">
            <summary>
            <para type="description">Register the Crawler.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHMaintenance.InvokeISHMaintenanceCmdlet.UnRegisterAll">
            <summary>
            <para type="description">Unregister the Crawler.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHMaintenance.InvokeISHMaintenanceCmdlet.ReIndex">
            <summary>
            <para type="description">Reindex the Crawler.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHMaintenance.InvokeISHMaintenanceCmdlet.ReIndexCardType">
            <summary>
            <para type="description">The ReIndex card type.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHMaintenance.InvokeISHMaintenanceCmdlet.FullTextIndex">
            <summary>
            <para type="description">Cleanup FullTextIndex.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHMaintenance.InvokeISHMaintenanceCmdlet.Cleanup">
            <summary>
            <para type="description">Cleanup FullTextIndex.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHMaintenance.InvokeISHMaintenanceCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHMaintenance.TestISHFreePortNumberCmdlet">
            <summary>
            <para type="synopsis">Tests that the specified port can be used.</para>
            <para type="description">This cmdlet checks that specified port is not in use and returns True if port is not in use, or False if it's in use.</para>
            </summary>
            <seealso cref="T:ISHDeploy.Cmdlets.BaseCmdlet" />
            <example>
            <code>PS C:\&gt;Test-ISHFreePortNumber -PortNumber $portNumber</code>
            <para>This cmdlet checks that specified port is not in use and returns True if port is not in use, or False if is used.
            Parameter $portNumber is a number of port.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHMaintenance.TestISHFreePortNumberCmdlet.PortNumber">
            <summary>
            <para type="description">The port number.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHMaintenance.TestISHFreePortNumberCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet.
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHPackage.CopyISHFileCmdlet">
            <summary>
            <para type="synopsis">Copies custom files to deployment directories and replaces parameters in files on values of the deployment.</para>
            <para type="description">Will copy custom files to deployment directories and replace the placeholders of files with the corresponding values of the deployment.
            Replacement of values occurs only in files of certain extensions.
            Before you start working with deployment files, you need to stop the deployments processes, see: Stop-ISHDeployment and Start-ISHDeployment cmdlets.</para>
            <para type="link">Stop-ISHDeployment</para>
            <para type="link">Start-ISHDeployment</para>
            <para type="link">../Articles/Customization/Work with files</para>
            </summary>
            <example>
            <code>PS C:\&gt;Copy-ISHFile -ISHDeployment $deployment -ISHCD "c:\customfiles\"</code>
            <para>The cmdlet copies all files from subfolders "Applications", "Database", "DocTypes", "Websites", "CustomerSpecificFiles" of the root folder specified in the parameter -ISHCD to appropriate deployment's folders.
            This means that the root folder should have similar to CD structure and can contain only subfolders: "Applications", "Database", "DocTypes", "Websites", "CustomerSpecificFiles".
            Note: the "CustomerSpecificFiles" folder must contain the "FilesToCopy" subfolder and the "FilesToCopy" folder can contain only folders "Applications", "Database", "DocTypes", "Websites".
            The files of any other subfolder of the CD or of "CustomerSpecificFiles/FilesToCopy" folder will be ignored if the structure of folders does not correspond to above.
            The cmdlet also replaces the placeholders ​​like "#!#installtool:SomeValueName#!#" in files with the corresponding parameters of specified deployment.</para>
            </example>
            <example>
            <code>PS C:\&gt;Copy-ISHFile -ISHDeployment $deployment -SourceFolderPath "c:\customfiles\Plugins" -DestinationFolderPath "C:\InfoShare\App\Plugins"</code>
            <para>The cmdlet makes a copy of all the files from the folder specified in the parameter -SourceFolderPath to folder with path from parameter -DestinationFolderPath.
            The cmdlet also replaces the placeholders ​​like "#!#installtool:SomeValueName#!#" in files with the corresponding parameters of specified deployment.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHPackage.CopyISHFileCmdlet.ISHCD">
            <summary>
            <para type="description">The path to folder with custom files with the same structure as CD</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHPackage.CopyISHFileCmdlet.SourceFolderPath">
            <summary>
            <para type="description">The path to folder with custom files</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHPackage.CopyISHFileCmdlet.DestinationFolderPath">
            <summary>
            <para type="description">The path to destination folder</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHPackage.CopyISHFileCmdlet.Force">
            <summary>
            <para type="description">Replaces existing files</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHPackage.CopyISHFileCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHPackage.UndoISHFileCmdlet">
            <summary>
            <para type="synopsis">The <see cref="T:ISHDeploy.Cmdlets.ISHPackage.UndoISHFileCmdlet"/> reverts to the original state changes made by <see cref="T:ISHDeploy.Cmdlets.ISHPackage.CopyISHFileCmdlet"/> and other cmd-lets that changed configuration files of <see cref="T:ISHDeploy.Common.Models.ISHDeployment"/>.</para>
            <para type="description">Will revert changed files to the original state and remove backups of this files.</para>
            <para type="link">Copy-ISHFile</para>
            <para type="link">../Articles/Customization/Work with files</para>
            <example>
            <code>PS C:\&gt;Undo-ISHFile -ISHDeployment $deployment</code>
            <para>Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHPackage.UndoISHFileCmdlet.ExecuteCmdlet">
            <inheritdoc cref="M:ISHDeploy.Cmdlets.BaseCmdlet.ExecuteCmdlet"/>>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHPackage.SetISHCMCUILResourceGroupCmdlet">
            <summary>
                <para type="synopsis">Sets resource group in ~\Author\ASP\UI\Extensions\_config.xml.</para>
                <para type="description">The Set-ISHCMCUILResourceGroup cmdlet sets resource group in "~\Author\ASP\UI\Extensions\_config.xml".</para>
            </summary>
            <seealso cref="T:ISHDeploy.Cmdlets.BaseHistoryEntryCmdlet" />
            <example>
                <code>PS C:\&gt;Set-ISHCMCUILResourceGroup -ISHDeployment $deployment -Path "Extensions\custom\custom.js"</code>
                <para>This command updates "~\Author\ASP\UI\Extensions\_config.xml" CUIF config file with default Name "Trisoft.Extensions" and adds path to "Extensions\custom\custom.js" file in resource group with name "Trisoft.Extensions". In case resource group with such name does not exist this command will add new resource group.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
            <example>
                <code>PS C:\&gt;Set-ISHCMCUILResourceGroup -ISHDeployment $deployment -Name "Trisoft.Extensions" -Path @("Extensions\custom\custom1.js", "Extensions\custom\custom2.js")</code>
                <para>This command updates "~\Author\ASP\UI\Extensions\_config.xml" CUIF config file and adds paths to bunch of files in resource group with name "Trisoft.Extensions". In case resource group with such name does not exist this command will add new resource group.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHPackage.SetISHCMCUILResourceGroupCmdlet.Name">
            <summary>
            <para type="description">Name of resource group in "~\Author\ASP\UI\Extensions\_config.xml".</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHPackage.SetISHCMCUILResourceGroupCmdlet.Path">
            <summary>
            <para type="description">Path or paths to resource files.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHPackage.SetISHCMCUILResourceGroupCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHPackage.GetISHPackageFolderPathCmdlet">
            <summary>
            <para type="synopsis">Gets the path of a folder where the commandlets output files or packages or use them as input.</para>
            <para type="description">The Get-ISHPackageFolderPath cmdlet gets the path of a folder where the commandlets output files or packages or use them as input. This folder is specific per deployment.
            The folder contains archives or files that were created as output of other cmdlets of the module.
            The folder contains also archives or files that are used as input to other cmdlets of the module.</para>
            <para type="link">Set-ISHCMCUILResourceGroup</para>
            </summary>
            <example>
            <code>PS C:\>Get-ISHPackageFolderPath -ISHDeployment $deployment -UNC</code>
            <para>This command gets the UNC path to Packages folder for Content Manager deployment.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHPackage.GetISHPackageFolderPathCmdlet.UNC">
            <summary>
            <para type="description">Return path in UNC format.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHPackage.GetISHPackageFolderPathCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUICollectiveSpaces.DisableISHUICollectiveSpacesCmdlet">
            <summary>
            <para type="synopsis">Disables Collective Spaces for Content Manager deployment.</para>
            <para type="description">The Disable-ISHUICollectiveSpaces cmdlet disables Collective Spaces for Content Manager deployment.</para>
            <para type="link">Enable-ISHUICollectiveSpaces</para>
            </summary>
            <example>
            <code>PS C:\>Disable-ISHUICollectiveSpaces -ISHDeployment $deployment -DraftSpace</code>
            <para>This command disables Draft Space.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Disable-ISHUICollectiveSpaces -ISHDeployment $deployment -ReviewSpace</code>
            <para>This command disables Review Space.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Disable-ISHUICollectiveSpaces -ISHDeployment $deployment -DocumentHistoryForDraftSpace</code>
            <para>This command disables Document History.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Disable-ISHUICollectiveSpaces -ISHDeployment $deployment -DraftSpace -ReviewSpace</code>
            <para>This command disables Collective Spaces (both Review and Draft features).
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Disable-ISHUICollectiveSpaces -ISHDeployment $deployment -DraftSpace -DocumentHistoryForDraftSpace</code>
            <para>This command disables Draft Space and Document History.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Disable-ISHUICollectiveSpaces -ISHDeployment $deployment -DraftSpace -ReviewSpace -DocumentHistoryForDraftSpace</code>
            <para>This command disables Collective Spaces (both Review and Draft features) and Document History.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUICollectiveSpaces.DisableISHUICollectiveSpacesCmdlet.DraftSpace">
            <summary>
            <para type="description">Switch parameter to disable Draft Space for Content Manager deployment</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUICollectiveSpaces.DisableISHUICollectiveSpacesCmdlet.ReviewSpace">
            <summary>
            <para type="description">Switch parameter to disable Review Space for Content Manager deployment</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUICollectiveSpaces.DisableISHUICollectiveSpacesCmdlet.DocumentHistoryForDraftSpace">
            <summary>
            <para type="description">Switch parameter to disable Document History for Content Manager deployment</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUICollectiveSpaces.DisableISHUICollectiveSpacesCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUICollectiveSpaces.EnableISHUICollectiveSpacesCmdlet">
            <summary>
            <para type="synopsis">Enables Collective Spaces for Content Manager deployment.</para>
            <para type="description">The Enable-ISHUICollectiveSpaces cmdlet enables Collective Spaces for Content Manager deployment.</para>
            <para type="link">Disable-ISHUICollectiveSpaces</para>
            </summary>
            <example>
            <code>PS C:\>Enable-ISHUICollectiveSpaces -ISHDeployment $deployment -DraftSpace</code>
            <para>This command enables Draft Space.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Enable-ISHUICollectiveSpaces -ISHDeployment $deployment -ReviewSpace</code>
            <para>This command enables Review Space.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Enable-ISHUICollectiveSpaces -ISHDeployment $deployment -DocumentHistoryForDraftSpace</code>
            <para>This command enables Document History.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Enable-ISHUICollectiveSpaces -ISHDeployment $deployment -DraftSpace -ReviewSpace</code>
            <para>This command enables Collective Spaces (both Review and Draft features).
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Enable-ISHUICollectiveSpaces -ISHDeployment $deployment -DraftSpace -DocumentHistoryForDraftSpace</code>
            <para>This command enables Draft Space and Document History.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
            <example>
            <code>PS C:\>Enable-ISHUICollectiveSpaces -ISHDeployment $deployment -DraftSpace -ReviewSpace -DocumentHistoryForDraftSpace</code>
            <para>This command enables Collective Spaces (both Review and Draft features) and Document History.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUICollectiveSpaces.EnableISHUICollectiveSpacesCmdlet.DraftSpace">
            <summary>
            <para type="description">Switch parameter to enable Draft Space for Content Manager deployment</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUICollectiveSpaces.EnableISHUICollectiveSpacesCmdlet.ReviewSpace">
            <summary>
            <para type="description">Switch parameter to enable Review Space for Content Manager deployment</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUICollectiveSpaces.EnableISHUICollectiveSpacesCmdlet.DocumentHistoryForDraftSpace">
            <summary>
            <para type="description">Switch parameter to enable Document History for Content Manager deployment</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUICollectiveSpaces.EnableISHUICollectiveSpacesCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ModelToHistoryFormater">
            <summary>
            <para type="description">Converts an object into value or to PowerShell object by using appropriate cmdlet.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ModelToHistoryFormater.GetString``1(``0,System.Boolean)">
            <summary>
             
            </summary>
            <param name="obj">The object that need to be converted</param>
            <param name="needQuotesIfObjectIsNotRecognized">Add quotes if needed</param>
            <returns></returns>
        </member>
        <member name="T:ISHDeploy.Cmdlets.BaseISHDeploymentCmdlet">
            <summary>
            Provides base functionality for all cmdlets that use an instance of the Content Manager deployment.
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.BaseISHDeploymentCmdlet.ISHDeployment">
            <summary>
            <para type="description">Specifies the name or instance of the Content Manager deployment.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BaseISHDeploymentCmdlet.BeginProcessing">
            <summary>
            Overrides BeginProcessing from base Cmdlet class with additinal debug information
            </summary>
            <exception cref="T:System.ArgumentException">You have not one installed environment, please specify one.</exception>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BaseISHDeploymentCmdlet.CheckRequiredISHDeploymentVersion">
            <summary>
            Checks required version of Content Manager for executable cmdlet.
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BaseISHDeploymentCmdlet.CheckRequiredISHDeploymentVersionForInvocation">
            <summary>
            Checks required version of Content Manager for invoked arguments.
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BaseISHDeploymentCmdlet.CheckVersionMetadata(ISHDeploy.Common.Attributes.RequiredISHDeploymentAttribute,System.String)">
            <summary>
            Checks required version of Content Manager for specified requested resource.
            </summary>
            <param name="requiredDeploymentAttr">Attribute with specified versions range.</param>
            <param name="requestedResource">Requested resource name.</param>
        </member>
        <member name="T:ISHDeploy.Cmdlets.BaseISHDeploymentAdminRightsCmdlet">
            <summary>
            Provides base functionality for all cmdlets that use an instance of the Content Manager deployment and need administrator rights.
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BaseISHDeploymentAdminRightsCmdlet.BeginProcessing">
            <summary>
            Overrides BeginProcessing from base Cmdlet class with additinal debug information
            </summary>
            <exception cref="T:System.ArgumentException">You have not one installed environment, please specify one.</exception>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHAPIWCFService.SetISHAPIWCFServiceCertificateCmdlet">
            <summary>
                <para type="synopsis">Sets WCF service certificate.</para>
                <para type="description">The Set-ISHAPIWCFServiceCertificate cmdlet sets WCF service certificate to Content Manager deployment.</para>
            </summary>
            <example>
                <code>PS C:\>Set-ISHAPIWCFServiceCertificate -ISHDeployment $deployment -Thumbprint "t1"</code>
                <para>This command configure WCF service to use specified certificate.
                    Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
            <example>
                <code>PS C:\&gt;Set-ISHAPIWCFServiceCertificate -ISHDeployment $deployment -Thumbprint "t1" -ValidationMode "None" </code>
                <para>This command configure WCF service to use specified certificate and sets credentials with no Validation Mode.
                    Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHAPIWCFService.SetISHAPIWCFServiceCertificateCmdlet.Thumbprint">
            <summary>
            <para type="description">Certificate Thumbprint.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHAPIWCFService.SetISHAPIWCFServiceCertificateCmdlet.ValidationMode">
            <summary>
            <para type="description">Selected validation mode.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHAPIWCFService.SetISHAPIWCFServiceCertificateCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHIntegrationSTS.SaveISHIntegrationSTSConfigurationPackageCmdlet">
            <summary>
                <para type="synopsis">Saves STS integration configuration to zip archive in package folder.</para>
                <para type="description">The Save-ISHIntegrationSTSConfigurationPackage saves STS integration configuration to zip archive in package folder.</para>
                <para type="description">Cmdlet will overwrite zip archive if there is already one with same name.</para>
                <para type="link">Disable-ISHIntegrationSTSInternalAuthentication</para>
                <para type="link">Enable-ISHIntegrationSTSInternalAuthentication</para>
                <para type="link">Remove-ISHIntegrationSTSCertificate</para>
                <para type="link">Set-ISHIntegrationSTSCertificate</para>
                <para type="link">Set-ISHIntegrationSTSWSFederation</para>
                <para type="link">Set-ISHIntegrationSTSWSTrust</para>
                <para type="link">Set-ISHIntegrationSTSWSFederation</para>
            </summary>
            <seealso cref="N:ISHDeploy.Cmdlets.ISHIntegrationSTS" />
            <example>
                <code>PS C:\>Save-ISHIntegrationSTSConfigurationPackage -ISHDeployment $deployment -FileName packageFile.zip</code>
                <para>Creates a zip archive in package folder with current STS integration configurations.
                    Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
            <example>
                <code>PS C:\>Save-ISHIntegrationSTSConfigurationPackage -ISHDeployment $deployment -ADFS -FileName packageFile.zip</code>
                <para>Creates a zip archive in package folder with current STS integration configurations for ADFS.
                    Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationSTS.SaveISHIntegrationSTSConfigurationPackageCmdlet.FileName">
            <summary>
            <para type="description">Name of the output package file.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationSTS.SaveISHIntegrationSTSConfigurationPackageCmdlet.ADFS">
            <summary>
            <para type="description">Specifies that ADFS configuration should be packed.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHIntegrationSTS.SaveISHIntegrationSTSConfigurationPackageCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet.
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSWSFederationCmdlet">
            <summary>
                <para type="synopsis">Sets WSFederation configuration.</para>
                <para type="description">The Set-ISHIntegrationSTSWSFederation cmdlet sets WSFederation configuration to Content Manager deployment.</para>
                <para type="link">Disable-ISHIntegrationSTSInternalAuthentication</para>
                <para type="link">Enable-ISHIntegrationSTSInternalAuthentication</para>
                <para type="link">Remove-ISHIntegrationSTSCertificate</para>
                <para type="link">Set-ISHIntegrationSTSCertificate</para>
                <para type="link">Save-ISHIntegrationSTSConfigurationPackage</para>
                <para type="link">Set-ISHIntegrationSTSWSTrust</para>
            </summary>
            <seealso cref="N:ISHDeploy.Cmdlets.ISHIntegrationSTS" />
            <example>
                <code>PS C:\>Set-ISHIntegrationSTSWSFederation -ISHDeployment $deployment -Endpoint "https://adfs.example.corp/adfs/ls/"</code>
                <para>This command configure WS Federation to use specified endpoint of STS server.
                    Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSWSFederationCmdlet.Endpoint">
            <summary>
            <para type="description">Specifies the url of the Security Token Service.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSWSFederationCmdlet.ExecuteCmdlet">
            <inheritdoc />
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustCmdlet">
            <summary>
                <para type="synopsis">Sets WSTrust configuration.</para>
                <para type="description">The Set-ISHIntegrationSTSWSTrust cmdlet sets WSTrust configuration to Content Manager deployment.</para>
                <para type="description">When -IncludeInternalClients is switched on then the -ActorUsername and -ActorPassword must be specified.</para>
                <para type="link">Disable-ISHIntegrationSTSInternalAuthentication</para>
                <para type="link">Enable-ISHIntegrationSTSInternalAuthentication</para>
                <para type="link">Remove-ISHIntegrationSTSCertificate</para>
                <para type="link">Set-ISHIntegrationSTSCertificate</para>
                <para type="link">Save-ISHIntegrationSTSConfigurationPackage</para>
                <para type="link">Set-ISHIntegrationSTSWSFederation</para>
            </summary>
            <seealso cref="N:ISHDeploy.Cmdlets.ISHIntegrationSTS" />
            <example>
                <code>PS C:\>Set-ISHIntegrationSTSWSTrust -ISHDeployment $deployment -Endpoint "https://adfs.example.com/adfs/services/trust/13/windowsmixed" -MexEndpoint "https://adfs.example.com/adfs/services/trust/mex" -BindingType "WindowsMixed" -Verbose</code>
                <para>This command configure WS to use specified Endpoint and MexEndpoint of STS server and sets type of authentication as WindowsMixed.
                    Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
            <example>
                <code>PS C:\>Set-ISHIntegrationSTSWSTrust -ISHDeployment $deployment -Endpoint "https://adfs.example.com/adfs/services/trust/13/windowsmixed" -MexEndpoint "https://adfs.example.com/adfs/services/trust/mex" -BindingType "WindowsMixed" -IncludeInternalClients -Verbose</code>
                <para>This command configure WS to use specified Endpoint and MexEndpoint of STS server, sets type of authentication as WindowsMixed and sets internal clients credentials.
                    Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustCmdlet.Endpoint">
            <summary>
            <para type="description">Specifies the URL to issuer WSTrust endpoint.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustCmdlet.MexEndpoint">
            <summary>
            <para type="description">Specifies the URL to issuer WSTrust mexEndpoint.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustCmdlet.BindingType">
            <summary>
            <para type="description">Specifies the STS issuer authentication type.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustCmdlet.IncludeInternalClients">
            <summary>
            <para type="description">Specifies that STS -ActorUsername and -ActorPassword need to be updated.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustCmdlet.ActorUsername">
            <summary>
            <para type="description">Specifies the STS actor Username.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustCmdlet.ActorPassword">
            <summary>
            <para type="description">Specifies the STS actor password.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSWSTrustCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHIntegrationSTS.DisableISHIntegrationSTSInternalAuthenticationCmdlet">
            <summary>
                <para type="synopsis">Removes additional login redirect.</para>
                <para type="description">Deleted directory with created for internal login STS files.</para>
                <para type="link">Enable-ISHIntegrationSTSInternalAuthentication</para>
                <para type="link">Remove-ISHIntegrationSTSCertificate</para>
                <para type="link">Set-ISHIntegrationSTSCertificate</para>
                <para type="link">Save-ISHIntegrationSTSConfigurationPackage</para>
                <para type="link">Set-ISHIntegrationSTSWSFederation</para>
                <para type="link">Set-ISHIntegrationSTSWSTrust</para>
            </summary>
            <seealso cref="N:ISHDeploy.Cmdlets.ISHIntegrationSTS" />
            <example>
                <code>PS C:\&gt;Disable-ISHIntegrationSTSInternalAuthentication -ISHDeployment $deployment</code>
                <para>This command disable internal STS authentication and removes files created for internal STS login.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHIntegrationSTS.DisableISHIntegrationSTSInternalAuthenticationCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHIntegrationSTS.EnableISHIntegrationSTSInternalAuthenticationCmdlet">
            <summary>
                <para type="synopsis">Create new page with additional login redirect.</para>
                <para type="description">Create new index.html page with additional login redirect. Also create connectionconfiguration.xml file to use STS.</para>
                <para type="link">Disable-ISHIntegrationSTSInternalAuthentication</para>
                <para type="link">Remove-ISHIntegrationSTSCertificate</para>
                <para type="link">Set-ISHIntegrationSTSCertificate</para>
                <para type="link">Save-ISHIntegrationSTSConfigurationPackage</para>
                <para type="link">Set-ISHIntegrationSTSWSFederation</para>
                <para type="link">Set-ISHIntegrationSTSWSTrust</para>
            </summary>
            <seealso cref="N:ISHDeploy.Cmdlets.ISHIntegrationSTS" />
            <example>
                <code>PS C:\&gt;Enable-ISHIntegrationSTSInternalAuthentication -ISHDeployment $deployment</code>
                <para>This command enable internal STS authentication with new index.html page.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
            <example>
                <code>PS C:\&gt;Enable-ISHIntegrationSTSInternalAuthentication -ISHDeployment $deployment -LCHost "lc.example.com" -LCWebAppName "ContentDelivery" </code>
                <para>This command enable internal STS authentication with new index.html page.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
            Parameter LCHost define host name
            Parameter LCWebAppName define web application name by default it is "ContentDelivery".
                </para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationSTS.EnableISHIntegrationSTSInternalAuthenticationCmdlet.LcHost">
            <summary>
            <para type="description">Host name.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationSTS.EnableISHIntegrationSTSInternalAuthenticationCmdlet.LcWebAppName">
            <summary>
            <para type="description">Web application name.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHIntegrationSTS.EnableISHIntegrationSTSInternalAuthenticationCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHIntegrationSTS.RemoveISHIntegrationSTSCertificateCmdlet">
            <summary>
                <para type="synopsis">Removes STS certificate.</para>
                <para type="description">The Remove-ISHIntegrationSTSCertificate cmdlet removes certificate based on a issuer name.</para>
                <para type="link">Disable-ISHIntegrationSTSInternalAuthentication</para>
                <para type="link">Enable-ISHIntegrationSTSInternalAuthentication</para>
                <para type="link">Set-ISHIntegrationSTSCertificate</para>
                <para type="link">Save-ISHIntegrationSTSConfigurationPackage</para>
                <para type="link">Set-ISHIntegrationSTSWSFederation</para>
                <para type="link">Set-ISHIntegrationSTSWSTrust</para>
            </summary>
            <seealso cref="N:ISHDeploy.Cmdlets.ISHIntegrationSTS" />
            <example>
                <code>PS C:\&gt;Remove-ISHIntegrationSTSCertificate -ISHDeployment $deployment -Issuer "20151028ADFS"</code>
                <para>This command removes STS trusted issuer credentials.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationSTS.RemoveISHIntegrationSTSCertificateCmdlet.Issuer">
            <summary>
            <para type="description">Issuer name.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHIntegrationSTS.RemoveISHIntegrationSTSCertificateCmdlet.ExecuteCmdlet">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSCertificateCmdlet">
            <summary>
                <para type="synopsis">Sets STS certificate.</para>
                <para type="description">The Set-ISHIntegrationSTSCertificate cmdlet sets Thumbprint and issuers values to configuration.</para>
                <para type="link">Disable-ISHIntegrationSTSInternalAuthentication</para>
                <para type="link">Enable-ISHIntegrationSTSInternalAuthentication</para>
                <para type="link">Remove-ISHIntegrationSTSCertificate</para>
                <para type="link">Save-ISHIntegrationSTSConfigurationPackage</para>
                <para type="link">Set-ISHIntegrationSTSWSFederation</para>
                <para type="link">Set-ISHIntegrationSTSWSTrust</para>
            </summary>
            <seealso cref="N:ISHDeploy.Cmdlets.ISHIntegrationSTS" />
            <example>
                <code>PS C:\&gt;Set-ISHIntegrationSTSCertificate -ISHDeployment $deployment -Thumbprint "t1" -Issuer "20151028ADFS"</code>
                <para>This command sets STS trusted issuer credentials.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
            <example>
                <code>PS C:\&gt;Set-ISHIntegrationSTSCertificate -ISHDeployment $deployment -Thumbprint "t1" -Issuer "20151028ADFS" -ValidationMode "None" </code>
                <para>This command sets STS trusted issuer credentials with no Validation Mode.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSCertificateCmdlet.Thumbprint">
            <summary>
            <para type="description">Certificate Thumbprint.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSCertificateCmdlet.Issuer">
            <summary>
            <para type="description">Issuer name.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSCertificateCmdlet.ValidationMode">
            <summary>
            <para type="description">Selected validation mode.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHIntegrationSTS.SetISHIntegrationSTSCertificateCmdlet.ExecuteCmdlet">
            <inheritdoc />
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHSTS.SetISHSTSRelyingPartyCmdlet">
            <summary>
                <para type="synopsis">Sets relying party to infosharests database. The switches acts as filter based on the RP name.</para>
                <para type="description">The Set-ISHSTSRelyingParty cmdlet sets relying party to from the infosharests database.</para>
                <para type="link">Get-ISHSTSRelyingParty</para>
                <para type="link">Remove-ISHIntegrationSTSCertificate</para>
                <para type="link">Reset-ISHSTS</para>
                <para type="link">Set-ISHIntegrationSTSCertificate</para>
                <para type="link">Set-ISHSTSConfiguration</para>
            </summary>
            <example>
                <code>PS C:\>Set-ISHSTSRelyingParty -ISHDeployment $deployment -Name "Content Review" -Realm "https://lc.example.com/" -LC</code>
                <para>This command sets relying parties to infosharests database.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
            As prefixes can be configured for custom handling, it is not possible to change it when updating existing data for relying party.</para>
            </example>
            <example>
                <code>PS C:\>Set-ISHSTSRelyingParty -ISHDeployment $deployment -Name "Quality Assistant" -Realm "https://bl.example.com/" -BL</code>
                <para>This command sets relying parties to infosharests database.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
            As prefixes can be configured for custom handling, it is not possible to change it when updating existing data for relying party.</para>
            </example>
            <example>
                <code>PS C:\>Set-ISHSTSRelyingParty -ISHDeployment $deployment -Name "3rd party" -Realm "https://3rdparty.example.com/"</code>
                <para>This command sets relying parties to infosharests database.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
            As prefixes can be configured for custom handling, it is not possible to change it when updating existing data for relying party.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHSTS.SetISHSTSRelyingPartyCmdlet.Name">
            <summary>
            <para type="description">Relying party name.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHSTS.SetISHSTSRelyingPartyCmdlet.Realm">
            <summary>
            <para type="description">Relying party realm.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHSTS.SetISHSTSRelyingPartyCmdlet.LC">
            <summary>
            <para type="description">Flag to set relying party for LiveContent.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHSTS.SetISHSTSRelyingPartyCmdlet.BL">
            <summary>
            <para type="description">Flag to set relying party for BlueLion.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHSTS.SetISHSTSRelyingPartyCmdlet.EncryptingCertificate">
            <summary>
            <para type="description">Relying party encryption certificate.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHSTS.SetISHSTSRelyingPartyCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHSTS.ResetISHSTSCmdlet">
            <summary>
                <para type="synopsis">Resets STS database.</para>
                <para type="description">The Reset-ISHSTS cmdlet resets STS database to initial state.</para>
                <para type="link">Get-ISHSTSRelyingParty</para>
                <para type="link">Remove-ISHIntegrationSTSCertificate</para>
                <para type="link">Set-ISHIntegrationSTSCertificate</para>
                <para type="link">Set-ISHSTSConfiguration</para>
                <para type="link">Set-ISHSTSRelyingParty</para>
            </summary>
            <seealso cref="T:ISHDeploy.Cmdlets.BaseHistoryEntryCmdlet" />
            <example>
                <code>PS C:\&gt;Reset-ISHSTS -ISHDeployment $deployment</code>
                <para>This command resets STS database to initial state.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHSTS.ResetISHSTSCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHSTS.GetISHSTSRelyingPartyCmdlet">
            <summary>
                <para type="synopsis">Gets all relying parties from the infosharests database. The switches acts as filter based on the RP name.</para>
                <para type="description">The Get-ISHSTSRelyingParty cmdlet gets all relying parties from the infosharests database.</para>
                <para type="link">Remove-ISHIntegrationSTSCertificate</para>
                <para type="link">Reset-ISHSTS</para>
                <para type="link">Set-ISHIntegrationSTSCertificate</para>
                <para type="link">Set-ISHSTSConfiguration</para>
                <para type="link">Set-ISHSTSRelyingParty</para>
            </summary>
            <example>
                <code>PS C:\>Get-ISHSTSRelyingParty -ISHDeployment $deployment -ISH</code>
                <para>This command gets all relying parties from the infosharests database where name of relying party starts with "ISH".</para>
            </example>
            <example>
                <code>PS C:\>Get-ISHSTSRelyingParty -ISHDeployment $deployment -LC</code>
                <para>This command gets all relying parties from the infosharests database where name of relying party starts with "LC".</para>
            </example>
            <example>
                <code>PS C:\>Get-ISHSTSRelyingParty -ISHDeployment $deployment -BL</code>
                <para>This command gets all relying parties from the infosharests database where name of relying party starts with "BL".</para>
            </example>
            <example>
                <code>PS C:\>Get-ISHSTSRelyingParty -ISHDeployment $deployment -ISH -BL -LC #Any combination</code>
                <para>This command gets all relying parties from the infosharests database.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHSTS.GetISHSTSRelyingPartyCmdlet.ISH">
            <summary>
            <para type="description">Flag to return relying parties for InfoShare.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHSTS.GetISHSTSRelyingPartyCmdlet.LC">
            <summary>
            <para type="description">Flag to return relying parties for LiveContent.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHSTS.GetISHSTSRelyingPartyCmdlet.BL">
            <summary>
            <para type="description">Flag to return relying parties for BlueLion.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHSTS.GetISHSTSRelyingPartyCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHSTS.SetISHSTSConfigurationCmdlet">
            <summary>
                <para type="synopsis">Sets STS token signing certificate and/or type of authentication.</para>
                <para type="description">The Set-ISHIntegrationSTSCertificate cmdlet sets STS token signing certificate and/or type of authentication.</para>
                <para type="link">Get-ISHSTSRelyingParty</para>
                <para type="link">Remove-ISHIntegrationSTSCertificate</para>
                <para type="link">Reset-ISHSTS</para>
                <para type="link">Set-ISHIntegrationSTSCertificate</para>
                <para type="link">Set-ISHSTSRelyingParty</para>
            </summary>
            <seealso cref="T:ISHDeploy.Cmdlets.BaseHistoryEntryCmdlet" />
            <example>
                <code>PS C:\&gt;Set-ISHSTSConfiguration -ISHDeployment $deployment -TokenSigningCertificateThumbprint "t1"</code>
                <para>This command sets STS token signing certificate.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
            <example>
                <code>PS C:\&gt;Set-ISHSTSConfiguration -ISHDeployment $deployment -AuthenticationType "Windows"</code>
                <para>This command sets Windows Authentication type for STS.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHSTS.SetISHSTSConfigurationCmdlet.TokenSigningCertificateThumbprint">
            <summary>
            <para type="description">Token signing certificate Thumbprint.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHSTS.SetISHSTSConfigurationCmdlet.AuthenticationType">
            <summary>
            <para type="description">Selected authentication type.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHSTS.SetISHSTSConfigurationCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUISearchMenuBarItemCmdlet">
            <summary>
                <para type="synopsis">Manipulates with definitions in SearchMenuBar.</para>
                <para type="description">The Move-ISHUISearchMenuBarItem cmdlet moves Buttons definitions in Content Manager deployment.</para>
                <para type="link">Set-ISHUISearchMenuBarItem</para>
                <para type="link">Remove-ISHUISearchMenuBarItem</para>
            </summary>
            <example>
                <code>PS C:\>Move-ISHUISearchMenuBarItem -ISHDeployment $deployment -Label "Publish" -First</code>
                <para>Moves definition of the "Publish" to the top.</para>
            </example>
            <example>
                <code>PS C:\>Move-ISHUISearchMenuBarItem -ISHDeployment $deployment -Label "Publish" -Last</code>
                <para>Moves definition of the "Publish" to the bottom.</para>
            </example>
            <example>
                <code>PS C:\>Move-ISHUISearchMenuBarItem -ISHDeployment $deployment -Label "Translation" -After "Publish"</code>
                <para>Moves definition of the "Translation" after "Publish".</para>
            </example>
            <para>This command manipulates XML definitions nodes in SearchMenuBar.
                Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
            </para>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUISearchMenuBarItemCmdlet.Label">
            <summary>
            <para type="description">Label of menu item.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUISearchMenuBarItemCmdlet.Last">
            <summary>
            <para type="description">Menu item move to the last position.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUISearchMenuBarItemCmdlet.First">
            <summary>
            <para type="description">Menu item move to the first position.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUISearchMenuBarItemCmdlet.After">
            <summary>
            <para type="description">Menu item move position.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUISearchMenuBarItemCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUIMainMenuBarItemCmdlet">
            <summary>
                <para type="synopsis">Manipulates with definitions in MainMenuBar.</para>
                <para type="description">The Move-ISHUIMainMenuBarItem cmdlet moves Buttons definitions in Content Manager deployment.</para>
                <para type="link">Set-ISHUIMainMenuBarItem</para>
                <para type="link">Remove-ISHUIMainMenuBarItem</para>
            </summary>
            <example>
                <code>PS C:\>Move-ISHUIMainMenuBarItem -ISHDeployment $deployment -Label "Publish" -First</code>
                <para>Moves definition of the "Publish" to the top.</para>
            </example>
            <example>
                <code>PS C:\>Move-ISHUIMainMenuBarItem -ISHDeployment $deployment -Label "Publish" -Last</code>
                <para>Moves definition of the "Publish" to the bottom.</para>
            </example>
            <example>
                <code>PS C:\>Move-ISHUIMainMenuBarItem -ISHDeployment $deployment -Label "Translation" -After "Publish"</code>
                <para>Moves definition of the "Translation" after "Publish".</para>
            </example>
            <para>This command manipulates XML definitions nodes in MainMenuBar.
                Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
            </para>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUIMainMenuBarItemCmdlet.Label">
            <summary>
            <para type="description">Label of menu item.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUIMainMenuBarItemCmdlet.Last">
            <summary>
            <para type="description">Menu item move to the last position.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUIMainMenuBarItemCmdlet.First">
            <summary>
            <para type="description">Menu item move to the first position.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUIMainMenuBarItemCmdlet.After">
            <summary>
            <para type="description">Menu item move position.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUIMainMenuBarItemCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIElement.RemoveISHUISearchMenuBarItemCmdlet">
            <summary>
                <para type="synopsis">Removes button from SearchMenuBar.</para>
                <para type="description">The Removes-ISHUISearchMenuBarItem cmdlet removes Buttons definitions from Content Manager deployment.</para>
                <para type="link">Set-ISHUISearchMenuBarItem</para>
                <para type="link">Move-ISHUISearchMenuBarItem</para>
            </summary>
            <example>
                <code>PS C:\>Remove-ISHUISearchMenuBarItem -ISHDeployment $deployment -Label "Translation"</code>
                <para>Removes definition of the button with label "Translation".
            This command removes XML definitions from EventMonitor.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.RemoveISHUISearchMenuBarItemCmdlet.Label">
            <summary>
            <para type="description">Label of menu item.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIElement.RemoveISHUISearchMenuBarItemCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIElement.RemoveISHUIMainMenuBarItemCmdlet">
            <summary>
                <para type="synopsis">Removes button from MainMenuBar.</para>
                <para type="description">The Removes-ISHUIMainMenuBarItem cmdlet removes Buttons definitions from Content Manager deployment.</para>
                <para type="link">Set-ISHUIMainMenuBarItem</para>
                <para type="link">Move-ISHUIMainMenuBarItem</para>
            </summary>
            <example>
                <code>PS C:\>Remove-ISHUIMainMenuBarItem -ISHDeployment $deployment -Label "Translation"</code>
                <para>Removes definition of the button with label "Translation".
            This command removes XML definitions from EventMonitor.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.RemoveISHUIMainMenuBarItemCmdlet.Label">
            <summary>
            <para type="description">Label of menu item.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIElement.RemoveISHUIMainMenuBarItemCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIMainMenuBarItemCmdlet">
            <summary>
                <para type="synopsis">Update or add a new MainMenuBar button.</para>
                <para type="description">The Set-ISHUIMainMenuBarItem cmdlet updates or adds new Button definitions to Content Manager deployment.</para>
                <para type="link">Move-ISHUIMainMenuBarItem</para>
                <para type="link">Remove-ISHUIMainMenuBarItem</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHUIMainMenuBarItem -ISHDeployment $deployment -Label "Inbox" -Action "ShowSubMenu.asp?Menu=2" -UserRole Author, Reviewer</code>
                <para>This command add/update main menu item.</para>
                <para>This command sets XML definitions to MainMenuBar.
                    Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIMainMenuBarItemCmdlet.Label">
            <summary>
            <para type="description">Label of menu item.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIMainMenuBarItemCmdlet.UserRole">
            <summary>
            <para type="description">The list of users for whom the menu item is available.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIMainMenuBarItemCmdlet.Action">
            <summary>
            <para type="description">The action which occurs on click on the menu item.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIMainMenuBarItemCmdlet.ID">
            <summary>
            <para type="description">The menu item identifier.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIMainMenuBarItemCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUIButtonBarItemCmdlet">
            <summary>
            <para type="synopsis">Move main menu item.</para>
            <para type="description">The Move-ISHUIButtonBarItem cmdlet remove exist menu item.</para>
            <para type="link">Remove-ISHUIButtonBarItem</para>
            <para type="link">Set-ISHUIButtonBarItem</para>
            </summary>
            <example>
            <code>PS C:\>Move-ISHUIButtonBarItem -ISHDeployment $deployment -Logical -First -Name "test"</code>
            <para>This command move main menu item.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUIButtonBarItemCmdlet.After">
            <summary>
            <para type="description">Menu item move position.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUIButtonBarItemCmdlet.First">
            <summary>
            <para type="description">Menu item move to the first position.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUIButtonBarItemCmdlet.Last">
            <summary>
            <para type="description">Menu item move to the last position.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUIButtonBarItemCmdlet.Logical">
            <summary>
            <para type="description">Type "Logical" especially for FolderButtonbar.xml.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUIButtonBarItemCmdlet.Version">
            <summary>
            <para type="description">Type "Version" especially for LanguageDocumentButtonbar.xml.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUIButtonBarItemCmdlet.Language">
            <summary>
            <para type="description">Type "Language" especially for TopDocumentButtonbar.xml.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUIButtonBarItemCmdlet.Name">
            <summary>
            <para type="description">Name of Button Bar.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIElement.MoveISHUIButtonBarItemCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIElement.RemoveISHUIButtonBarItemCmdlet">
            <summary>
            <para type="synopsis">Remove main menu item.</para>
            <para type="description">The Remove-ISHUIButtonBarItem cmdlet remove exist menu item.</para>
            <para type="link">Move-ISHUIButtonBarItem</para>
            <para type="link">Set-ISHUIButtonBarItem</para>
            </summary>
            <example>
            <code>PS C:\>Remove-ISHUIButtonBarItem -ISHDeployment $deployment -Logical -Name "Test"</code>
            <para>This command remove main menu item.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.RemoveISHUIButtonBarItemCmdlet.Name">
            <summary>
            <para type="description">Name of Button Bar.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.RemoveISHUIButtonBarItemCmdlet.Logical">
            <summary>
            <para type="description">Type "Logical" especially for FolderButtonbar.xml.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.RemoveISHUIButtonBarItemCmdlet.Version">
            <summary>
            <para type="description">Type "Version" especially for LanguageDocumentButtonbar.xml.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.RemoveISHUIButtonBarItemCmdlet.Language">
            <summary>
            <para type="description">Type "Language" especially for TopDocumentButtonbar.xml.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIElement.RemoveISHUIButtonBarItemCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIButtonBarItemCmdlet">
            <summary>
            <para type="synopsis">Create/Update button bar item.</para>
            <para type="description">The Set-ISHUIButtonBarItem cmdlet add or update button bar item.</para>
            <para type="link">Move-ISHUIButtonBarItem</para>
            <para type="link">Remove-ISHUIButtonBarItem</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHUIButtonBarItem -ISHDeployment $deployment -Logical -ISHType ISHIllustration, ISHMasterDoc -Name "test" -Action "refresh();" -Icon "~/Custom/Images/Custom.png"</code>
            <para>This command add/update main menu item.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIButtonBarItemCmdlet.Name">
            <summary>
            <para type="description">Name of the button.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIButtonBarItemCmdlet.Icon">
            <summary>
            <para type="description">Icon for the button.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIButtonBarItemCmdlet.JSFunction">
            <summary>
            <para type="description">Javascript or asp page need to be invoken after click.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIButtonBarItemCmdlet.CheckAccess">
            <summary>
            <para type="description">Check access.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIButtonBarItemCmdlet.HideText">
            <summary>
            <para type="description">Hide text.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIButtonBarItemCmdlet.Logical">
            <summary>
            <para type="description">Type "Logical" especially for FolderButtonbar.xml.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIButtonBarItemCmdlet.Version">
            <summary>
            <para type="description">Type "Version" especially for LanguageDocumentButtonbar.xml.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIButtonBarItemCmdlet.Language">
            <summary>
            <para type="description">Type "Language" especially for TopDocumentButtonbar.xml.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIButtonBarItemCmdlet.ISHType">
            <summary>
            Enumeration of Card Types
            <para type="description">ISHType is a list of names for correspond card type.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIButtonBarItemCmdlet.JSArgumentsList">
            <summary>
            <para type="description">JSArgumentsList is a Javascript argument list.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIButtonBarItemCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIButtonBarItemCmdlet._logicalDictionary">
            <summary>
            Logical cards
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIButtonBarItemCmdlet._versionDictionary">
            <summary>
            Version cards
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIElement.SetISHUIButtonBarItemCmdlet.GetCardsArray(ISHDeploy.Common.Enums.CardType[],System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get cards by card type
            </summary>
            <param name="ishTypes">Enumeration of Card Types</param>
            <param name="dict">Mapping dictionary with card types</param>
            <returns>Cards as string array</returns>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIElement.SetISHUISearchMenuBarItemCmdlet">
            <summary>
            <para type="synopsis">Create/Update search menu item.</para>
            <para type="description">The Set-ISHUISearchMenuBarItem cmdlet add or update search menu item.</para>
            <para type="link">Move-ISHUISearchMenuBarItem</para>
            <para type="link">Remove-ISHUISearchMenuBarItem</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHUISearchMenuBarItem -ISHDeployment $deployment -Label "Search" -SearchXML "SearchNewGeneral" -Type Publication -UserRole Author, Reviewer</code>
            <para>This command add/update search menu item.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUISearchMenuBarItemCmdlet.Label">
            <summary>
            <para type="description">Label of menu item.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUISearchMenuBarItemCmdlet.UserRole">
            <summary>
            <para type="description">The list of users for whom the menu item is available.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUISearchMenuBarItemCmdlet.Type">
            <summary>
            <para type="description">Search type will choose asp page SearchFrame.asp or SearchNewPublications.asp.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUISearchMenuBarItemCmdlet.Icon">
            <summary>
            <para type="description">Icon for a menu.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIElement.SetISHUISearchMenuBarItemCmdlet.SearchXML">
            <summary>
            <para type="description">SearchXML parameter in action. By default is the same as SearchType.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIElement.SetISHUISearchMenuBarItemCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet">
            <summary>
                <para type="synopsis">Update or add a new EventMonitor tab.</para>
                <para type="description">The Set-ISHUIEventMonitorMenuBarItem cmdlet updates or adds new Tab definitions to Content Manager deployment.</para>
                <para type="description">If Icon is not specified, the default value '~/UIFramework/events.32x32.png' is taken.</para>
                <para type="description">If UserRole is not specified, the default value 'Administrator' is taken.</para>
                <para type="description">If ModifiedSinceMinutesFilter is not specified, the default value '1440' is taken.</para>
                <para type="description">If SelectedStatusFilter is not specified, the default value 'Recent' is taken.</para>
                <para type="link">Move-ISHUIEventMonitorMenuBarItem</para>
                <para type="link">Remove-ISHUIEventMonitorMenuBarItem</para>
            </summary>
            <example>
                <code>PS C:\>Set-ISHUIEventMonitorMenuBarItem -ISHDeployment $deployment -Label "All Parameters" -Icon "~/Custom/Images/Custom.png" -EventTypesFilter @("EXPORTFORPUBLICATION", "EXPORTFORPUBLICATIONPDF", "EXPORTFORPUBLICATIONZIP") -SelectedStatusFilter "All" -ModifiedSinceMinutesFilter "3600" -UserRole @("Administrator","Author") -Description "Tab using all available parameters"</code>
                <para>Sets new tab with all sets of available and provided parameters.</para>
                <para>This command sets XML definitions to EventMonitor.
                    Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
            <example>
                <code>PS C:\>Set-ISHUIEventMonitorMenuBarItem -ISHDeployment $deployment -Label "Defaults" -Description "Using default parameters" -UserRole @("Administrator","Author")</code>
                <para>Sets new tab with default set of provided parameters.</para>
                <para>This command sets XML definitions to EventMonitor.
                    Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>///
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet.StatusFilter">
            <summary>
            Status filter enum
            <para type="description">Enumeration of status filters.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet.StatusFilter.Busy">
            <summary>
            Show busy tasks
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet.StatusFilter.Recent">
            <summary>
            Show success tasks
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet.StatusFilter.Warning">
            <summary>
            Show tasks with warnings
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet.StatusFilter.Failed">
            <summary>
            Show failed
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet.StatusFilter.All">
            <summary>
            Show All
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet._statusFilterDesctiptions">
            <summary>
            The status filter descriptions
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet.Label">
            <summary>
            <para type="description">Label of menu item.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet.Icon">
            <summary>
            <para type="description">Menu item icon representation. Default value is '~/UIFramework/events.32x32.png'.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet.EventTypesFilter">
            <summary>
            <para type="description">Status filter. Null by default</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet.SelectedStatusFilter">
            <summary>
            <para type="description">Selected Status filter. Default value is 'Recent'.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet.ModifiedSinceMinutesFilter">
            <summary>
            <para type="description">Modified since minutes filter value. Default value is '1440'.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet.UserRole">
            <summary>
            <para type="description">Can be applied for roles.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet.Description">
            <summary>
            <para type="description">User role description.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.SetISHUIEventMonitorMenuBarItemCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.MoveISHUIEventMonitorMenuBarItemCmdlet">
            <summary>
                <para type="synopsis">Manipulates with definitions in EventMonitorTab.</para>
                <para type="description">The Move-ISHUIEventMonitorMenuBarItem cmdlet moves Tabs definitions in Content Manager deployment.</para>
                <para type="link">Set-ISHUIEventMonitorMenuBarItem</para>
                <para type="link">Remove-ISHUIEventMonitorMenuBarItem</para>
            </summary>
            <example>
                <code>PS C:\>Move-ISHUIEventMonitorMenuBarItem -ISHDeployment $deployment -Label "Publish" -First</code>
                <para>Moves definition of the "Publish" to the top.</para>
            </example>
            <example>
                <code>PS C:\>Move-ISHUIEventMonitorMenuBarItem -ISHDeployment $deployment -Label "Publish" -Last</code>
                <para>Moves definition of the "Publish" to the bottom.</para>
            </example>
            <example>
                <code>PS C:\>Move-ISHUIEventMonitorMenuBarItem -ISHDeployment $deployment -Label "Translation" -After "Publish"</code>
                <para>Moves definition of the "Translation" after "Publish".</para>
            </example>
            <para>This command manipulates XML definitions nodes in EventMonitor.
                Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
            </para>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.MoveISHUIEventMonitorMenuBarItemCmdlet.Label">
            <summary>
            <para type="description">Label of menu item.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.MoveISHUIEventMonitorMenuBarItemCmdlet.Last">
            <summary>
            <para type="description">Menu item move to the last position.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.MoveISHUIEventMonitorMenuBarItemCmdlet.First">
            <summary>
            <para type="description">Menu item move to the first position.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.MoveISHUIEventMonitorMenuBarItemCmdlet.After">
            <summary>
            <para type="description">Menu item move position.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.MoveISHUIEventMonitorMenuBarItemCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.RemoveISHUIEventMonitorMenuBarItemCmdlet">
            <summary>
                <para type="synopsis">Removes tab from EventMonitorTab.</para>
                <para type="description">The Removes-ISHUIEventMonitorMenuBarItem cmdlet removes Tabs definitions from Content Manager deployment.</para>
                <para type="link">Set-ISHUIEventMonitorMenuBarItem</para>
                <para type="link">Move-ISHUIEventMonitorMenuBarItem</para>
            </summary>
            <example>
                <code>PS C:\>Remove-ISHUIEventMonitorMenuBarItem -ISHDeployment $deployment -Label "Translation"</code>
                <para>Removes definition of the tab with label "Translation".
            This command removes XML definitions from EventMonitor.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
                </para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.RemoveISHUIEventMonitorMenuBarItemCmdlet.Label">
            <summary>
            <para type="description">Label of menu item.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIEventMonitorMenuBarItem.RemoveISHUIEventMonitorMenuBarItemCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.BaseCmdlet">
            <summary>
            Provides base functionality for all cmdlets
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.BaseCmdlet.Logger">
            <summary>
            Logger
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BaseCmdlet.#ctor">
            <summary>
            Constructor
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BaseCmdlet.ISHWriteOutput(System.Object)">
            <summary>
            Will provide functionality - ForEach-Object in powershell
            </summary>
            <param name="obj">object for output</param>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BaseCmdlet.ExecuteCmdlet">
            <summary>
            Method to be overridden instead of process record
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BaseCmdlet.ProcessRecord">
            <summary>
            Overrides ProcessRecord from base Cmdlet class
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BaseCmdlet.BeginProcessing">
            <summary>
            Overrides BeginProcessing from base Cmdlet class with additinal debug information
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BaseCmdlet.EndProcessing">
            <summary>
            Overrides EndProcessing from base Cmdlet class with additinal debug information
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.BaseHistoryEntryCmdlet">
            <summary>
            Base cmdlet class that writes cmdlet usage into history info
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BaseHistoryEntryCmdlet.ProcessRecord">
            <summary>
            Overrides ProcessRecord from Cmdlet class
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BaseHistoryEntryCmdlet.AddHistoryEntry">
            <summary>
            Appends new record to history file
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BaseHistoryEntryCmdlet.GetInvocationLine">
            <summary>
            Describes which cmdlet was executed with which parameters
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.BaseHistoryEntryCmdlet.ToHistoryParameter(System.Collections.Generic.KeyValuePair{System.String,System.Object})">
            <summary>
            Converts boundParameter to the form how it will be presented in the history file.
            </summary>
            <param name="boundParameter">Parameter from cmdlet.</param>
            <returns>Converted boundParameter to history parameter.</returns>
        </member>
        <member name="T:ISHDeploy.Cmdlets.CmdletsLogger">
            <summary>
            Singleton proxy for single instance of <see cref="T:ISHDeploy.Cmdlets.BaseCmdlet"/> class that provides logging functionality.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.ILogger" />
        </member>
        <member name="F:ISHDeploy.Cmdlets.CmdletsLogger._cmdlet">
            <summary>
            The instance of the <see cref="T:ISHDeploy.Cmdlets.BaseCmdlet"/> class.
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.CmdletsLogger.ProgressActivityId">
            <summary>
            The progress activity identifier.
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.CmdletsLogger.ParentProgressActivityId">
            <summary>
            The parent progress activity identifier.
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.CmdletsLogger._progressRecord">
            <summary>
            The progress record.
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.CmdletsLogger._parentProgressRecord">
            <summary>
            The parent progress record.
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.CmdletsLogger.Instance">
            <summary>
            The static instance of the <see cref="T:ISHDeploy.Cmdlets.CmdletsLogger"/> class.
            </summary>
            <returns>Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/> interface.</returns>
        </member>
        <member name="M:ISHDeploy.Cmdlets.CmdletsLogger.Initialize(ISHDeploy.Cmdlets.BaseCmdlet)">
            <summary>
            Initializes the the instance of the <see cref="T:ISHDeploy.Cmdlets.CmdletsLogger"/> with instance of <see cref="T:ISHDeploy.Cmdlets.BaseCmdlet"/> class.
            </summary>
            <param name="cmdlet">The instance of the <see cref="T:ISHDeploy.Cmdlets.BaseCmdlet"/> class.</param>
        </member>
        <member name="M:ISHDeploy.Cmdlets.CmdletsLogger.WriteVerbose(System.String)">
            <summary>
            Writes verbose message.
            </summary>
            <param name="message">Verbose message.</param>
        </member>
        <member name="M:ISHDeploy.Cmdlets.CmdletsLogger.WriteHostEmulation(System.String)">
            <summary>
            Writes message as Write-Host wrapper.
            </summary>
            <param name="message">Verbose message.</param>
        </member>
        <member name="M:ISHDeploy.Cmdlets.CmdletsLogger.WriteProgress(System.String,System.String,System.Int32)">
            <summary>
            Reports progress.
            </summary>
            <param name="activity">Activity that takes place.</param>
            <param name="statusDescription">Current status description.</param>
            <param name="percentComplete">Complete progress in percent equivalent.</param>
        </member>
        <member name="M:ISHDeploy.Cmdlets.CmdletsLogger.WriteParentProgress(System.String,System.String,System.Int32)">
            <summary>
            Reports progress for parent progress bar.
            </summary>
            <param name="activity">Activity that takes place.</param>
            <param name="statusDescription">Status description.</param>
            <param name="percentComplete">Complete progress in percent equivalent.</param>
        </member>
        <member name="M:ISHDeploy.Cmdlets.CmdletsLogger.WriteDebug(System.String)">
            <summary>
            Writes debug-useful information.
            </summary>
            <param name="message">Debug message.</param>
        </member>
        <member name="M:ISHDeploy.Cmdlets.CmdletsLogger.AddDateAndCmdletNameToMessage(System.String)">
            <summary>
            Add date and name of cmdlet to the message
            </summary>
            <param name="message"></param>
            <returns>Message with date and cmdlet's name</returns>
        </member>
        <member name="M:ISHDeploy.Cmdlets.CmdletsLogger.WriteDebug(System.Object[])">
            <summary>
            Writes debug-useful information.
            </summary>
            <param name="args">Arguments which will be merged into a line.</param>
        </member>
        <member name="M:ISHDeploy.Cmdlets.CmdletsLogger.WriteWarning(System.String)">
            <summary>
            Writes warning message.
            </summary>
            <param name="message">Warning message.</param>
        </member>
        <member name="M:ISHDeploy.Cmdlets.CmdletsLogger.WriteError(System.Exception,System.Object)">
            <summary>
            Writes non-terminating error.
            </summary>
            <param name="ex">Exception as a result of the error.</param>
            <param name="errorObject">Object that caused error.</param>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIContentEditor.SetISHContentEditorCmdlet">
            <summary>
            <para type="synopsis">Sets new license for Content Editor.</para>
            <para type="description">The Set-ISHContentEditor cmdlet sets new license for Content Editor using domain name and license key parameters.</para>
            <para type="link">Test-ISHContentEditor</para>
            </summary>
            <example>
            <code>PS C:\>Set-ISHContentEditor -ISHDeployment $deployment -Domain "localhost" -LicenseKey "123445345342331313432423"</code>
            <para>This command sets new license for Content Editor using domain name and license key.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="F:ISHDeploy.Cmdlets.ISHUIContentEditor.SetISHContentEditorCmdlet.LicenseFileExtension">
            <summary>
            Hardcoded value of the license file type
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIContentEditor.SetISHContentEditorCmdlet.Domain">
            <summary>
            <para type="description">Specifies the domain name for license.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIContentEditor.SetISHContentEditorCmdlet.LicenseKey">
            <summary>
            <para type="description">Specifies the license key value.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIContentEditor.SetISHContentEditorCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIContentEditor.TestISHContentEditorCmdlet">
            <summary>
            <para type="synopsis">Tests if Content Editor license exists for specific domain name.</para>
            <para type="description">Test-ISHContentEditor cmdlet tests if Content Editor license exists for specific domain name.</para>
            <para type="description">If license for 'com' domain was created then all domains that ends with '.com' will be valid.</para>
            <para type="description">In that case localhost.com domain will be valid, but localhost.com.net will be invalid.</para>
            <para type="link">Set-ISHContentEditor</para>
            </summary>
            <example>
            <code>PS C:\>Test-ISHContentEditor -Domain "localhost" -ISHDeployment $deployment</code>
            <para>This command checks if license for domain name 'localhost' exists.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHUIContentEditor.TestISHContentEditorCmdlet.Domain">
            <summary>
            <para type="description">Specifies the domain name to be verified.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIContentEditor.TestISHContentEditorCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIContentEditor.DisableISHUIContentEditorCmdlet">
            <summary>
            <para type="synopsis">Disables Content Editor for Content Manager deployment.</para>
            <para type="description">The Disable-ISHUIContentEditor cmdlet disables Content Editor for Content Manager deployment.</para>
            <para type="link">Enable-ISHUIContentEditor</para>
            </summary>
            <example>
            <code>PS C:\>Disable-ISHUIContentEditor -ISHDeployment $deployment</code>
            <para>This command disables Content Editor.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIContentEditor.DisableISHUIContentEditorCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIContentEditor.EnableISHUIContentEditorCmdlet">
            <summary>
            <para type="synopsis">Enables Content Editor for Content Manager deployment.</para>
            <para type="description">The Enable-ISHUIContentEditor cmdlet enables Content Editor for Content Manager deployment.</para>
            <para type="link">Disable-ISHUIContentEditor</para>
            </summary>
            <example>
            <code>PS C:\>Enable-ISHUIContentEditor -ISHDeployment $deployment</code>
            <para>This command enables Content Editor.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIContentEditor.EnableISHUIContentEditorCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.Internal.UndoISHDeploymentCmdlet">
            <summary>
            Reverts all customization done by cmdlets back to original state for specific Content Manager deployment.
            Original state means the state of the system when it was installed and no customization was made.
            </summary>
        </member>
        <member name="F:ISHDeploy.Cmdlets.Internal.UndoISHDeploymentCmdlet._skipRecycle">
            <summary>
            Represents value indicating whether skip recycle or not. For integration test perspective only.
            Please, see https://jira.sdl.com/browse/TS-11329
            </summary>
            <value>
              <c>true if [true] then skip recycle; otherwise do recycle</c>.
            </value>
        </member>
        <member name="M:ISHDeploy.Cmdlets.Internal.UndoISHDeploymentCmdlet.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Cmdlets.Internal.UndoISHDeploymentCmdlet"/> class.
            </summary>
            <param name="skipRecycle">Indicates whether skip recycle or not.</param>
        </member>
        <member name="M:ISHDeploy.Cmdlets.Internal.UndoISHDeploymentCmdlet.ExecuteCmdlet">
            <summary>
            Executes revert changes cmdLet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHExternalPreview.DisableISHExternalPreviewCmdlet">
            <summary>
            <para type="synopsis">Disables external preview for Content Manager deployment.</para>
            <para type="description">The Disable-ISHExternalPreview cmdlet disables external preview for Content Manager deployment.</para>
            <para type="link">Enable-ISHExternalPreview</para>
            </summary>
            <example>
            <code>PS C:\>Disable-ISHExternalPreview -ISHDeployment $deployment</code>
            <para>This command disables the external preview.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHExternalPreview.DisableISHExternalPreviewCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHExternalPreview.EnableISHExternalPreviewCmdlet">
            <summary>
            <para type="synopsis">Enables external preview for Content Manager deployment for specific user.</para>
            <para type="description">The Enable-ISHExternalPreview cmdlet enables external preview for Content Manager deployment for specific user.</para>
            <para type="description">If user id is not specified, the default value 'ServiceUser' is taken.</para>
            <para type="link">Disable-ISHExternalPreview</para>
            </summary>
            <example>
            <code>PS C:\>Enable-ISHExternalPreview -ISHDeployment $deployment -ExternalId 'user1'</code>
            <para>This command enables the external preview for user 'user1'.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="P:ISHDeploy.Cmdlets.ISHExternalPreview.EnableISHExternalPreviewCmdlet.ExternalId">
            <summary>
            <para type="description">External user id for which external preview will be enabled. Default value is ServiceUser.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHExternalPreview.EnableISHExternalPreviewCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIQualityAssistant.DisableISHUIQualityAssistantCmdlet">
            <summary>
            <para type="synopsis">Disables Quality Assistant for Content Manager deployment.</para>
            <para type="description">The Disable-ISHUIQualityAssistant cmdlet disables Quality Assistant for Content Manager deployment.</para>
            <para type="link">Enable-ISHUIQualityAssistant</para>
            </summary>
            <example>
            <code>PS C:\>Disable-ISHUIQualityAssistant -ISHDeployment $deployment</code>
            <para>This command disables Quality Assistant.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIQualityAssistant.DisableISHUIQualityAssistantCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUIQualityAssistant.EnableISHUIQualityAssistantCmdlet">
            <summary>
            <para type="synopsis">Enables Quality Assistant for Content Manager deployment.</para>
            <para type="description">The Enable-ISHUIQualityAssistant cmdlet enables Quality Assistant for Content Manager deployment.</para>
            <para type="link">Disable-ISHUIQualityAssistant</para>
            </summary>
            <example>
            <code>PS C:\>Enable-ISHUIQualityAssistant -ISHDeployment $deployment</code>
            <para>This command enables Quality Assistant.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUIQualityAssistant.EnableISHUIQualityAssistantCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUITranslationJob.DisableISHUITranslationJobCmdlet">
            <summary>
            <para type="synopsis">Disables translation job for Content Manager deployment.</para>
            <para type="description">The Disable-ISHUITranslationJob cmdlet disables translation job for Content Manager deployment.</para>
            <para type="link">Enable-ISHUITranslationJob</para>
            </summary>
            <example>
            <code>PS C:\>Disable-ISHUITranslationJob -ISHDeployment $deployment</code>
            <para>This command disables translation job.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUITranslationJob.DisableISHUITranslationJobCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Cmdlets.ISHUITranslationJob.EnableISHUITranslationJobCmdlet">
            <summary>
            <para type="synopsis">Enable translation job for Content Manager deployment.</para>
            <para type="description">The Enable-ISHUITranslationJob cmdlet enables translation job for Content Manager deployment.</para>
            <para type="link">Disable-ISHUITranslationJob</para>
            </summary>
            <example>
            <code>PS C:\>Enable-ISHUITranslationJob -ISHDeployment $deployment</code>
            <para>This command enables translation job.
            Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.</para>
            </example>
        </member>
        <member name="M:ISHDeploy.Cmdlets.ISHUITranslationJob.EnableISHUITranslationJobCmdlet.ExecuteCmdlet">
            <summary>
            Executes cmdlet
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Attributes.RequiredISHDeploymentAttribute">
            <summary>
            Provides metadata which indicates minimal and maximal supported version.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Attributes.RequiredISHDeploymentAttribute.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Attributes.RequiredISHDeploymentAttribute"/> class.
            </summary>
            <param name="minSupportedVersion">Mininal supported version.</param>
            <param name="maxSupportedVersion">Maximal supported version.</param>
        </member>
        <member name="P:ISHDeploy.Common.Attributes.RequiredISHDeploymentAttribute.MinSupportedVersion">
            <summary>
            Minimal supported version.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Attributes.RequiredISHDeploymentAttribute.MaxSupportedVersion">
            <summary>
            Maximal supported version.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Attributes.StringToISHDeploymentTransformationAttribute">
            <summary>
            Trasform input parameters
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Attributes.StringToISHDeploymentTransformationAttribute.Transform(System.Management.Automation.EngineIntrinsics,System.Object)">
            <summary>
            Trasform ISHDeployment input parameter from string
            </summary>
            <param name="engineIntrinsics"></param>
            <param name="inputData"> ISHDeployment object</param>
            <returns></returns>
        </member>
        <member name="T:ISHDeploy.Common.Enums.ISHCOMPlusActivationType">
            <summary>
            Activation types of COM+ component.
            <para type="description">Enumeration of types of ISH COM+ component activation.</para>
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.LogOptions">
            <summary>
            Options used when logging a method.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.LogOptions.Entry">
            <summary>
            Log entry into the method
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.LogOptions.Exit">
            <summary>
            Log exit from the method
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.LogOptions.ExecutionTime">
            <summary>
            Log the execution time of the method
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.LogOptions.All">
            <summary>
            Log all data
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.MethodLogLevel">
            <summary>
            Represents level of logging.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.MethodLogLevel.Debug">
            <summary>
            Writes debug messages.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.MethodLogLevel.Verbose">
            <summary>
            Writes verbose messages.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.ModifyActionTypes">
            <summary>
            Modify action types.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ModifyActionTypes.Create">
            <summary>
            Represents 'Create' action.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ModifyActionTypes.Update">
            <summary>
            Represents 'Update' action.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ModifyActionTypes.Delete">
            <summary>
            Represents 'Delete' action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.ISHIISAppPoolComponentStatus">
            <summary>
            Status of IIS application pool component.
            <para type="description">Enumeration of statuses of ISH IIS application pool component.</para>
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.ISHComponentName">
            <summary>
            ISH components names.
            <para type="description">Enumeration of names of ISH components such as CM, WS, STS and TranslationOrganizer etc.</para>
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.ISHCOMPlusComponentStatus">
            <summary>
            Status of COM+ component.
            <para type="description">Enumeration of statuses of ISH COM+ component.</para>
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.ISHDeploymentStatus">
            <summary>
            Status of ISH Deployment.
            <para type="description">Enumeration of statuses of ISH Deployment.</para>
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.ISHWindowsServiceStartupType">
            <summary>
            Startup type for windows services
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ISHWindowsServiceStartupType.Manual">
            <summary>
            The windows service can only be started manually by the user
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ISHWindowsServiceStartupType.Automatic">
            <summary>
            The windows service will start automatically whenever the server reboots.
            Note: The windows service will be always set to delayed start as well!
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.RegisterCrawlerOperationType">
            <summary>
            Types of Crawler operation (register/unregister/reindex)
            <para type="description">Enumeration of Crawler operation types.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RegisterCrawlerOperationType.register">
            <summary>
            Register of Crawler
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RegisterCrawlerOperationType.unregister">
            <summary>
            Unregister of Crawler
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RegisterCrawlerOperationType.reindex">
            <summary>
            Reindex of Crawler
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.TmsAuthenticationMode">
            <summary>
            Tms authentication mode.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TmsAuthenticationMode.None">
            <summary>
            Do not use authentification mode.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TmsAuthenticationMode.ApiSecret">
            <summary>
            Authentification using ApiKey and Secret.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TmsAuthenticationMode.UserCredentials">
            <summary>
            Authentification using user credentials with UserName and Password.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.WebConfigurationProperty">
            <summary>
            <para type="description">Specify the name of web configuration property.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.WebConfigurationProperty.userName">
            <summary>
            Username
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.WebConfigurationProperty.password">
            <summary>
            Password
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.WebConfigurationProperty.enabled">
            <summary>
            Enabled
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.ApplicationPoolProperty">
            <summary>
            <para type="description">Specify the name of application pool property.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ApplicationPoolProperty.userName">
            <summary>
            Username
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ApplicationPoolProperty.password">
            <summary>
            Password
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ApplicationPoolProperty.identityType">
            <summary>
            Identity type
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ApplicationPoolProperty.loadUserProfile">
            <summary>
            LoadUserProfile
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.DatabaseType">
            <summary>
            <para type="description">Enumeration listing the supported database types.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.DatabaseType.oracle">
            <summary>
            Oracle RDBMS, including 9.2.0.2, 9.2.0.4, 9.2.0.6, 10.1.0.4, 10.2.0.2
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.DatabaseType.sqlserver2012">
            <summary>
            Microsoft SqlServer 2012
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.DatabaseType.sqlserver2014">
            <summary>
            Microsoft SqlServer 2014
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.DatabaseType.sqlserver2016">
            <summary>
            Microsoft SqlServer 2016
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.DatabaseType.sqlserver2017">
            <summary>
            Microsoft SqlServer 2017
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.DatabaseType.sqlserver2019">
            <summary>
            Microsoft SqlServer 2019
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.RegistryValueName">
            <summary>
            <para type="description">Specify the name of registry values.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RegistryValueName.Connect">
            <summary>
            Db connection string
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RegistryValueName.ComponentName">
            <summary>
            Database type
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RegistryValueName.CrawlerCatalogHostName">
            <summary>
            CrawlerCatalogHostName
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RegistryValueName.CrawlerCatalogName">
            <summary>
            CrawlerCatalogName
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RegistryValueName.SolrLuceneBaseUrl">
            <summary>
            SolrLuceneBaseUrl
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RegistryValueName.DependOnService">
            <summary>
            DependOnService
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RegistryValueName.SolrLuceneServicePort">
            <summary>
            SolrLuceneServicePort
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RegistryValueName.SolrLuceneStopPort">
            <summary>
            SolrLuceneStopPort
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RegistryValueName.SolrLuceneStopKey">
            <summary>
            SolrLuceneStopKey
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RegistryValueName.DelayedAutostart">
            <summary>
            DelayedAutostart
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.ISHFieldMetadataLevel">
            <summary>
            <para type="description">Levels of value of ISHMetadata field.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ISHFieldMetadataLevel.logical">
            <summary>
            Logical
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ISHFieldMetadataLevel.version">
            <summary>
            Version
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ISHFieldMetadataLevel.lng">
            <summary>
            Lng
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ISHFieldMetadataLevel.none">
            <summary>
            None
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.ISHFieldMetadataValueType">
            <summary>
            <para type="description">Types of value of ISHMetadata field.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ISHFieldMetadataValueType.element">
            <summary>
            Element
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ISHFieldMetadataValueType.id">
            <summary>
            Id
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.ISHFieldMetadataValueType.value">
            <summary>
            Value
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.CardType">
            <summary>
            Enumeration of Card Types
            <para type="description">Enumeration of Card Type</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.CardType.ISHIllustration">
            <summary>
            ISHIllustration card type.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.CardType.ISHModule">
            <summary>
            ISHModule card type.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.CardType.ISHMasterDoc">
            <summary>
            ISHMasterDoc card type.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.CardType.ISHTemplate">
            <summary>
            ISHTemplate card type.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.CardType.ISHLibrary">
            <summary>
            ISHLibrary card type.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.CardType.ISHReference">
            <summary>
            ISHReference card type.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.CardType.ISHQuery">
            <summary>
            ISHQuery card type.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.CardType.ISHPublication">
            <summary>
            ISHPublication card type.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.ISHWindowsServiceSequence">
            <summary>
            Numbers in names of ISH windows services.
            <para type="description">Enumeration of numbers in names of ISH windows services such as TranslationBuilder and TranslationOrganizer.</para>
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.ISHWindowsServiceStatus">
            <summary>
            Status of ISH windows services.
            <para type="description">Enumeration of statuses of ISH windows services such as TranslationBuilder and TranslationOrganizer.</para>
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.FileSystemConfigurationSetting">
            <summary>
            Names of attributes of element "/configuration/trisoft.infoShare.translationOrganizer/fileSystem/instances/add" in file ~\App\TranslationOrganizer\Bin\TranslationOrganizer.exe.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.FileSystemConfigurationSetting.externalJobMaxTotalUncompressedSizeBytes">
            <summary>
            The external job max total uncompressed size
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.WorldServerConfigurationSetting">
            <summary>
            Names of attributes of element "/configuration/trisoft.infoShare.translationOrganizer/worldServer/instances/add" in file ~\App\TranslationOrganizer\Bin\TranslationOrganizer.exe.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.WorldServerConfigurationSetting.externalJobMaxTotalUncompressedSizeBytes">
            <summary>
            The external job max total uncompressed size
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.WorldServerConfigurationSetting.retriesOnTimeout">
            <summary>
            The number of retries on timeout
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.TmsConfigurationSetting">
            <summary>
            Names of attributes of element "/configuration/trisoft.infoShare.translationOrganizer/tms/instances/add" in file ~\App\TranslationOrganizer\Bin\TranslationOrganizer.exe.config
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TmsConfigurationSetting.externalJobMaxTotalUncompressedSizeBytes">
            <summary>
            The external job max total uncompressed size
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TmsConfigurationSetting.retriesOnTimeout">
            <summary>
            The number of retries on timeout
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TmsConfigurationSetting.destinationPortNumber">
            <summary>
            The destination port number
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TmsConfigurationSetting.isapiFilterLocation">
            <summary>
            The location of Isapi filter
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TmsConfigurationSetting.useCompression">
            <summary>
            Use compression
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TmsConfigurationSetting.useSsl">
            <summary>
            Use SSL
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TmsConfigurationSetting.useDefaultProxyCredentials">
            <summary>
            Use default proxy credentials
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TmsConfigurationSetting.proxyServer">
            <summary>
            The proxy server
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TmsConfigurationSetting.proxyPort">
            <summary>
            The port number of proxy server
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TmsConfigurationSetting.httpTimeout">
            <summary>
            The HTTP timeout (Used for REST client only)
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.TranslationOrganizerSetting">
            <summary>
            Names of attributes of element "configuration/trisoft.infoShare.translationBuilder/settings" in file ~\App\TranslationBuilder\Bin\TranslationBuilder.exe.config
            <para type="description">Enumeration of Binding Types.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationOrganizerSetting.dumpFolder">
            <summary>
            The DumpFolder attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationOrganizerSetting.maxTranslationJobItemsUpdatedInOneCall">
            <summary>
            The maxTranslationJobItemsUpdatedInOneCall attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationOrganizerSetting.jobPollingInterval">
            <summary>
            The jobPollingInterval attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationOrganizerSetting.pendingJobPollingInterval">
            <summary>
            The pendingJobPollingInterval attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationOrganizerSetting.systemTaskInterval">
            <summary>
            The systemTaskInterval attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationOrganizerSetting.attemptsBeforeFailOnRetrieval">
            <summary>
            The attemptsBeforeFailOnRetrieval attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationOrganizerSetting.updateLeasedByPerNumberOfItems">
            <summary>
            The updateLeasedByPerNumberOfItems attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationOrganizerSetting.retriesOnTimeout">
            <summary>
            The retriesOnTimeout attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationOrganizerSetting.synchronizeTemplates">
            <summary>
            The synchronizeTemplates attribute
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.TranslationBuilderSetting">
            <summary>
            Names of attributes of element "configuration/trisoft.infoShare.translationBuilder/settings" in file ~\App\TranslationBuilder\Bin\TranslationBuilder.exe.config
            <para type="description">Enumeration of Binding Types.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationBuilderSetting.maxObjectsInOnePushTranslation">
            <summary>
            The maxObjectsInOnePushTranslation attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationBuilderSetting.maxTranslationJobItemsCreatedInOneCall">
            <summary>
            The maxTranslationJobItemsCreatedInOneCall attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationBuilderSetting.completedJobLifeSpan">
            <summary>
            The completedJobLifeSpan attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationBuilderSetting.jobProcessingTimeout">
            <summary>
            The jobProcessingTimeout attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationBuilderSetting.jobPollingInterval">
            <summary>
            The jobPollingInterval attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationBuilderSetting.pendingJobPollingInterval">
            <summary>
            The PendingJobPollingInterval attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationBuilderSetting.userName">
            <summary>
            The userName attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.TranslationBuilderSetting.password">
            <summary>
            The password attribute
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.ISHWindowsServiceType">
            <summary>
            ISH windows services types.
            <para type="description">Enumeration of types of ISH windows services such as TranslationBuilder and TranslationOrganizer.</para>
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.RelyingPartyType">
            <summary>
            Operation type enum
            <para type="description">Enumeration of Relying parties Types.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RelyingPartyType.None">
            <summary>
            Flag to identify that none prefixes should be set
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RelyingPartyType.ISH">
            <summary>
            Flag to identify Info Share
            Used in only seeded configurations
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RelyingPartyType.LC">
            <summary>
            Flag to identify Live Content
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.RelyingPartyType.BL">
            <summary>
            Flag to identify Blue Lion
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.UISearchMenuSearchType">
            <summary>
            Search type will choose asp page SearchFrame.asp or SearchNewPublications.asp.
            <para type="description">Enumeration of search type to choose asp page SearchFrame.asp or SearchNewPublications.asp.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.UISearchMenuSearchType.Publication">
            <summary>
            The SearchNewPublications.asp
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.UISearchMenuSearchType.Default">
            <summary>
            The SearchFrame.asp
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.MoveDirection">
            <summary>
            Directions to move an item to change an order in list of UI elements.
            <para type="description">Enumeration of directions to move an item to change an order in list of UI elements.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.MoveDirection.First">
            <summary>
            Move to first position in list.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.MoveDirection.Last">
            <summary>
            Move to last position in list.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.MoveDirection.After">
            <summary>
            Move to the position after.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.MoveDirection.Before">
            <summary>
            Move to the position before.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.OutputType">
            <summary>
            Output file type
            <para type="description">Enumeration of output file types.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.OutputType.PS1">
            <summary>
            Output Powershell file
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.OutputType.SQL">
            <summary>
            Output SQL file
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.AuthenticationType">
            <summary>
            <para type="description">Specify the binding type that is required by the end point of the WS-Trust issuer.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.AuthenticationType.UsernamePassword">
            <summary>
            Username Password
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.AuthenticationType.Windows">
            <summary>
            Windows
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Enums.BindingType">
            <summary>
            Authentication types.
            <para type="description">Enumeration of Binding Types.</para>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.BindingType.UserNameMixed">
            <summary>
            UserNameMixed authentication type.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Enums.BindingType.WindowsMixed">
            <summary>
            WindowsMixed authentication type.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Extensions.ISHComponentExtensions">
            <summary>
            Provides extensions for <see cref="T:ISHDeploy.Common.Models.ISHComponent"/>
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Extensions.ISHComponentExtensions.GetDependentComponents(System.Collections.Generic.IList{ISHDeploy.Common.Models.ISHComponent},ISHDeploy.Common.Models.ISHDeployment,System.String)">
            <summary>
            Retrieves depended <see cref="T:ISHDeploy.Common.Models.ISHComponent"/> for specified <see cref="T:ISHDeploy.Common.Enums.ISHComponentName"/>.
            </summary>
            <param name="components">Collection with <see cref="T:ISHDeploy.Common.Models.ISHComponent"/>.</param>
            <param name="deployment">ISHDeployment</param>
            <param name="ishComponentStateFilePath">Path to storage with component states.</param>
            <returns>Collection of <see cref="T:ISHDeploy.Common.Models.ISHComponent"/>.</returns>
        </member>
        <member name="M:ISHDeploy.Common.Extensions.ISHComponentExtensions.GetDependentComponentNames(System.Collections.Generic.IList{ISHDeploy.Common.Models.ISHComponent},ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Retrieves names of dependent <see cref="T:ISHDeploy.Common.Models.ISHComponent"/>.
            </summary>
            <param name="components">Collection with <see cref="T:ISHDeploy.Common.Models.ISHComponent"/>.</param>
            <param name="deployment">ISHDeployment</param>
            <returns>Collection with <see cref="T:ISHDeploy.Common.Enums.ISHComponentName"/> of depended <see cref="T:ISHDeploy.Common.Models.ISHComponent"/>.</returns>
        </member>
        <member name="T:ISHDeploy.Common.Extensions.ISHDeploymentExtensions">
            <summary>
            Provides extensions for <see cref="T:ISHDeploy.Common.Models.ISHDeployment"/>
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Extensions.ISHDeploymentExtensions.DeploymentRootName">
            <summary>
            Root name of ISHDeployment.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Extensions.ISHDeploymentExtensions.IsVersionHigherThanOrEqualTo(ISHDeploy.Common.Models.ISHDeployment,System.String)">
            <summary>
            Checks if the deployment version is higher than or equal to version from the input parameter
            </summary>
            <param name="ishDeployment">The instance of the <see cref="T:ISHDeploy.Common.Models.ISHDeployment"/>.</param>
            <param name="version">The version with which we need to compare the version of deployment</param>
            <returns>True if CM version is higher than or equal to version from input parameter, otherwise False</returns>
        </member>
        <member name="M:ISHDeploy.Common.Extensions.ISHDeploymentExtensions.IsVersionHigherThan(ISHDeploy.Common.Models.ISHDeployment,System.String)">
            <summary>
            Checks if the deployment version is higher than version from the input parameter
            </summary>
            <param name="ishDeployment">The instance of the <see cref="T:ISHDeploy.Common.Models.ISHDeployment"/>.</param>
            <param name="version">The version with which we need to compare the version of deployment</param>
            <returns>True if CM version is higher than version from input parameter, otherwise False</returns>
        </member>
        <member name="M:ISHDeploy.Common.Extensions.ISHDeploymentExtensions.IsVersionLowerThan(ISHDeploy.Common.Models.ISHDeployment,System.String)">
            <summary>
            Checks if the deployment version is lower than the version from the input parameter
            </summary>
            <param name="ishDeployment">The instance of the <see cref="T:ISHDeploy.Common.Models.ISHDeployment"/>.</param>
            <param name="version">The version with which we need to compare the version of deployment</param>
            <returns>True if CM version is lower than version from input parameter, otherwise False</returns>
        </member>
        <member name="M:ISHDeploy.Common.Extensions.ISHDeploymentExtensions.GetReleaseVersion(ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Converts the deployment version of format "12.0.6112.5" to "12.0.5"
            </summary>
            <param name="ishDeployment">The instance of the <see cref="T:ISHDeploy.Common.Models.ISHDeployment"/>.</param>
            <returns>The version in format "12.0.5" instead of "12.0.6112.5" for deployment</returns>
        </member>
        <member name="M:ISHDeploy.Common.Extensions.ISHDeploymentExtensions.GetVanillaStateOfComponents(ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Returns the vanilla state of the system components to track changes in the state of services and sites of CM
            </summary>
            <param name="ishDeployment">The instance of the <see cref="T:ISHDeploy.Common.Models.ISHDeployment"/>.</param>
            <returns>The vanilla state of the system components</returns>
        </member>
        <member name="M:ISHDeploy.Common.Extensions.ISHDeploymentExtensions.IsRunning(ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Checks that deployment is running.
            </summary>
            <param name="ishDeployment">The instance of the <see cref="T:ISHDeploy.Common.Models.ISHDeployment"/>.</param>
        </member>
        <member name="M:ISHDeploy.Common.Extensions.ISHDeploymentExtensions.IsSuffixExist(ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Checks that specified deployment has project suffix in name.
            </summary>
            <param name="ishDeployment">The instance of the <see cref="T:ISHDeploy.Common.Models.ISHDeployment"/>.</param>
            <returns>Flag which indicates that project suffix exist.</returns>
        </member>
        <member name="M:ISHDeploy.Common.Extensions.ISHDeploymentExtensions.IsDevelopmentVersion(ISHDeploy.Common.Models.ISHDeployment)">
            <summary>
            Checks that target deployment is in development stage.
            </summary>
            <remarks>Reserved development revision is '65534' look at 'Environment.ps1' for details.</remarks>
            <param name="ishDeployment">The instance of the <see cref="T:ISHDeploy.Common.Models.ISHDeployment"/>.</param>
            <returns>Flag which indicates that target deployment is in development stage.</returns>
        </member>
        <member name="T:ISHDeploy.Common.Extensions.StringExtensions">
            <summary>
            Provides method to extend string functionality.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Extensions.StringExtensions.FromBytesString(System.String,System.String)">
            <summary>
            Converts string with bytes to specified format.
            </summary>
            <param name="stringWithBytes">The string with bytes.</param>
            <param name="resultType">The type to read in.</param>
            <returns>Converted result.</returns>
        </member>
        <member name="M:ISHDeploy.Common.Extensions.StringExtensions.ToVersion(System.String)">
            <summary>
            Converts string with version to <see cref="T:System.Version"/>
            </summary>
            <param name="stringWithVersion">String which contains version.</param>
            <returns>Instance of <see cref="T:System.Version"/></returns>
        </member>
        <member name="T:ISHDeploy.Common.Extensions.VersionExtensions">
            <summary>
            Provides methods to extend <see cref="T:System.Version"/> functionality.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Extensions.VersionExtensions.ToRelease(System.Version)">
            <summary>
            Converts the input version of format "12.0.6112.5" to "12.0.5"
            </summary>
            <returns>The version in format "12.0.5" instead of "12.0.6112.5"</returns>
        </member>
        <member name="T:ISHDeploy.Common.Interfaces.Actions.IActionCleaner">
            <summary>
            Provides ability to cleanup temporary files or artifacts after success of whole process.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.Actions.IActionCleaner.Clean">
            <summary>
            Cleans up artifacts after performing the action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Interfaces.Actions.IGetFreePortAction">
            <summary>
            Provides action for getting free port number
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.Actions.IGetFreePortAction.GetFreePortNumber">
            <summary>
            Return free port number.
            </summary>
            <returns>The port number.</returns>
        </member>
        <member name="T:ISHDeploy.Common.Interfaces.Actions.ISQLTransactionAction">
            <summary>
            Provides ability to commit and restore SQL command actions.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.Actions.ISQLTransactionAction.TransactionCommit">
            <summary>
            Commit the SQL transaction
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.Actions.ISQLTransactionAction.TransactionRollback">
            <summary>
            Rollback the SQL transaction
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Interfaces.Actions.IAction">
            <summary>
            Provides ability to be executed.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.Actions.IAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction">
            <summary>
            Provides ability to backup and restore actions.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.Actions.IRestorableAction.Backup">
            <summary>
            Creates backup of the asset.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.Actions.IRestorableAction.Rollback">
            <summary>
            Reverts an asset to initial state.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Interfaces.IISHXmlNode">
            <summary>
            Represents ISH xml nodes used in configuration.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.IISHXmlNode.GetNodeComment">
            <summary>
            Gets node comment if it exist.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.IISHXmlNode.ToXElement">
            <summary>
            Converts node to XElement.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Interfaces.IOperation">
            <summary>
            Provides the ability to run operation
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Interfaces.IOperation.Invoker">
            <summary>
            The actions invoker
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.IOperation.Run">
            <summary>
            Runs current operation.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Interfaces.IOperation`1">
            <summary>
            Provides the ability to run operation that returns result
            </summary>
            <typeparam name="TResult">The type of the result.</typeparam>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.IOperation`1.Run">
            <summary>
            Runs current operation.
            </summary>
            <returns></returns>
        </member>
        <member name="T:ISHDeploy.Common.Interfaces.ILogger">
            <summary>
            Represents logging functionality.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.ILogger.WriteVerbose(System.String)">
            <summary>
            Writes verbose message.
            </summary>
            <param name="message">Verbose message.</param>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.ILogger.WriteProgress(System.String,System.String,System.Int32)">
            <summary>
            Reports progress.
            </summary>
            <param name="activity">Activity that takes place.</param>
            <param name="statusDescription">Activity description.</param>
            <param name="percentComplete">Complete progress in percent equivalent.</param>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.ILogger.WriteParentProgress(System.String,System.String,System.Int32)">
            <summary>
            Reports parent progress.
            </summary>
            <param name="activity">Activity that takes place.</param>
            <param name="statusDescription">Activity description.</param>
            <param name="percentComplete">Complete progress in percent equivalent.</param>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.ILogger.WriteDebug(System.String)">
            <summary>
            Writes debug-useful information.
            </summary>
            <param name="message">Debug message.</param>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.ILogger.WriteDebug(System.Object[])">
            <summary>
            Writes debug-useful information.
            </summary>
            <param name="args">Arguments which will be merged into a line.</param>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.ILogger.WriteWarning(System.String)">
            <summary>
            Writes warning message.
            </summary>
            <param name="message">Warning message.</param>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.ILogger.WriteError(System.Exception,System.Object)">
            <summary>
            Writes non-terminating error.
            </summary>
            <param name="ex">Exception as a result of the error.</param>
            <param name="errorObject">Object that caused error.</param>
        </member>
        <member name="M:ISHDeploy.Common.Interfaces.ILogger.WriteHostEmulation(System.String)">
            <summary>
            Emulate Write-Host operation.
            </summary>
            <param name="message">Write-Host message.</param>
        </member>
        <member name="T:ISHDeploy.Common.ISHDeploymentVersions">
            <summary>
            This class is used to resolve all dependencies between different versions of CM
            and contains constants and properties with a list of all versions of the main product and extended methods for the ISHDeploy class for comparing versions
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.ISHDeploymentVersions.v13_0_0">
            <summary>
            Content Manager v 13.0.0
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.ISHDeploymentVersions.v13_0_1">
            <summary>
            Content Manager v 13.0.1
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.ISHDeploymentVersions.v13_0_2">
            <summary>
            Content Manager v 13.0.2
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.ISHDeploymentVersions.v13_0_3">
            <summary>
            Content Manager v 13.0.3
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.ISHDeploymentVersions.v14_0_0">
            <summary>
            Content Manager v 14.0.0
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.ISHDeploymentVersions.v14_0_1">
            <summary>
            Content Manager v 14.0.1
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.ISHDeploymentVersions.v14_0_2">
            <summary>
            Content Manager v 14.0.2
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.ISHDeploymentVersions.v14_0_3">
            <summary>
            Content Manager v 14.0.3
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.ISHDeploymentVersions.v15_0_0">
            <summary>
            Content Manager v 15.0.0
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.ISHDeploymentVersions.LowestSupported">
            <summary>
            Indicates lowest version of supported Content Manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.ISHDeploymentVersions.LatestSupported">
            <summary>
            Indicates latest version of supported Content Manager.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.Backup.RegistryValueCollection">
            <summary>
            <para type="description">Represents collection of registry values.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.Backup.RegistryValueCollection.Values">
            <summary>
            List of registry values
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.Backup.RegistryValueCollection.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.Backup.RegistryValueCollection"/> class.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.Backup.RegistryValueCollection.Item(System.String,ISHDeploy.Common.Enums.RegistryValueName)">
            <summary>
            Get registry value by keyName and valueName
            </summary>
            <param name="keyName">The registry key</param>
            <param name="valueName">The name of registry value</param>
            <returns>RegistryValue by keyName and valueName</returns>
        </member>
        <member name="T:ISHDeploy.Common.Models.Backup.RegistryValue">
            <summary>
            <para type="description">Represents the registry value.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.Backup.RegistryValue.Key">
            <summary>
            The registry key.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.Backup.RegistryValue.ValueName">
            <summary>
            The registry value name.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.Backup.RegistryValue.Value">
            <summary>
            The value.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.Backup.Property">
            <summary>
            <para type="description">Represents the Property.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.Backup.Property.Name">
            <summary>
            The name of property.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.Backup.Property.Value">
            <summary>
            The value.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.Backup.PropertyCollection">
            <summary>
            <para type="description">Represents collection of properties.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.Backup.PropertyCollection.Properties">
            <summary>
            List of properties
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.Backup.PropertyCollection.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.Backup.PropertyCollection"/> class.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.Backup.ISHWindowsServiceBackupCollection">
            <summary>
            <para type="description">Represents collection of services with backup properties.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.Backup.ISHWindowsServiceBackupCollection.Services">
            <summary>
            List of services
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.Backup.ISHWindowsServiceBackupCollection.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.Backup.ISHWindowsServiceBackupCollection"/> class.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.Backup.ISHWindowsServiceBackupCollection.AddServicesToBackupCollectionIfNotExist(ISHDeploy.Common.Models.Backup.ISHWindowsServiceBackup)">
            <summary>
            Add service to backup collection if collection doesn't have such service yet
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.Backup.ISHWindowsServiceBackup">
            <summary>
            <para type="description">Represents the backup of windows service.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.Backup.ISHWindowsServiceBackup.Name">
            <summary>
            The name of windows service.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.Backup.ISHWindowsServiceBackup.WindowsServiceManagerProperties">
            <summary>
            The properties from WindowsServiceManager.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.Backup.ISHWindowsServiceBackup.RegistryManagerProperties">
            <summary>
            The properties from RegistryManager.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.Backup.ISHWindowsServiceBackup.Type">
            <summary>
            The type of deployment windows service
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.BaseXMLElement">
            <summary>
            <para type="description">Base class to represent XML element</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.BaseXMLElement.RelativeFilePath">
            <summary>
            Gets the relative file path.
            </summary>
            <value>
            The relative file path.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.BaseXMLElement.XPathToParentElement">
            <summary>
            Gets the XPath to parent element.
            </summary>
            <value>
            The root path.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.BaseXMLElement.NameOfItem">
            <summary>
            Gets the name of item.
            </summary>
            <value>
            The child item path.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.BaseXMLElement.XPath">
            <summary>
            Gets the XPath that allows to definitely find this element in XML document.
            </summary>
            <value>
            The root path.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.BaseXMLElement.XPathFormat">
            <summary>
            Gets the format of XPath that allows to find other element in XML document.
            </summary>
            <value>
            The root path.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.BaseXMLElement.InsertBeforeSpecialXPath">
            <summary>
            Gets the format of XPath to define special node to create new element before this special element in XML document.
            </summary>
            <value>
            The root path.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.BaseXMLElement.CommentNode">
            <summary>
            If node need comment.
            </summary>
            <value>
            The root path.
            </value>
        </member>
        <member name="T:ISHDeploy.Common.Models.FontoSchemaExperience.CompileSchemaActionResult">
            <summary>
            Represents result of <see cref="T:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileSchemasAction"/>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.FontoSchemaExperience.CompileSchemaActionResult.SchemaCompilationSuccessCount">
            <summary>
            Count of successfully compiled schemas.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.FontoSchemaExperience.CompileSchemaActionResult.SchemaCompilationErrorCount">
            <summary>
            Count of errors during schema compilation.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.FontoSchemaExperience.CompileSchemaActionResult.IsSuccessful">
            <summary>
            Schemas compilation result.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.FontoSchemaExperience.CompileSchemaActionResult.SchemaIdentifierMappings">
            <summary>
            Schema identifier mappings.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.FontoSchemaExperience.CompileSchemaActionResult.InlineElements">
            <summary>
            Elements to handle inline.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.FontoSchemaExperience.CompileSchemaActionResult.PreserveWhiteSpaceElements">
            <summary>
            Elements to preserve whitespace.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.FontoSchemaExperience.SchemaInfo">
            <summary>
            Information for one schema containing original relative schema file path, the compiled schema file path
            and the mappings for which schema URN or DTD Public Id to use this schema
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.FontoSchemaExperience.SchemaInfo.Mappings">
            <summary>
            The list of schema URIs and DTD public Ids that would use this schema
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.FontoSchemaExperience.SchemaInfo.CompiledSchemaFilePath">
            <summary>
            The full file path where the compiled schema will be saved. E.g. "C:\InfoShare\Web\ISHCS\custom\schemas\dita-oasis-1-2-base-xsd-basemap-xsd.json"
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.FontoSchemaExperience.SchemaInfo.CompiledSchemaRelativeUri">
            <summary>
            The relative URI location where the compiled schema will be saved. E.g. "/ISHCS/custom/schemas/dita-oasis-1-2-base-xsd-basemap-xsd.json"
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.FontoSchemaExperience.SchemaInfo.OriginalSchemaRelativeFilePath">
            <summary>
            The original schema location relative to the "Doctypes" folder
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.FontoSchemaExperience.SchemaInfo.#ctor(System.String,ISHDeploy.Common.Models.ISHFilePath,System.Uri,System.Collections.Generic.IReadOnlyCollection{System.String})">
            <summary>
            Creates an instance of the SchemaInfoMapping class
            </summary>
            <param name="originalSchemaRelativeFilePath">The original schema location relative to the "Doctypes" folder</param>
            <param name="compiledSchemaFilePath">The full file path where the compiled schema will be saved</param>
            <param name="compiledSchemaRelativeUri">The relative URI location where the compiled schema will be saved</param>
            <param name="mappings">The list of schema URIs and DTD public Ids that would use this schema</param>
        </member>
        <member name="T:ISHDeploy.Common.Models.IntegrationDbConnectionString">
            <summary>
            Represents integration database ConnectionString and Database type
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.IntegrationDbConnectionString.RawConnectionString">
            <summary>
            Gets the connection string.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.IntegrationDbConnectionString.Engine">
            <summary>
            Gets the type of database.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.IntegrationDbConnectionString.#ctor(System.String,ISHDeploy.Common.Enums.DatabaseType)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.InputParameters"/> class.
            </summary>
            <param name="connectionString">The connection string.</param>
            <param name="databaseType">The type of database.</param>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHDeployment">
            <summary>
            <para type="description">Represents the installed Content Manager deployment.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHDeployment.SoftwareVersion">
            <summary>
            Gets the deployment version.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHDeployment.Name">
            <summary>
            Gets the deployment suffix in user-friendly format.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHDeployment.AppPath">
            <summary>
            Gets the application path.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHDeployment.WebPath">
            <summary>
            Gets the web path.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHDeployment.DataPath">
            <summary>
            Gets the data path.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHDeployment.DatabaseType">
            <summary>
            Gets the DB type.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHDeployment.AccessHostName">
            <summary>
            Gets the name of the access host.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHDeployment.WebAppNameCM">
            <summary>
            Gets the name of the CM main url folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHDeployment.WebAppNameWS">
            <summary>
            Gets the name of the WS main url folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHDeployment.WebAppNameSTS">
            <summary>
            Gets the name of the STS main url folder.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHDeployment.WebSiteName">
            <summary>
            Gets the web site name.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHDeployment.Status">
            <summary>
            Gets the status of Deployment.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHCustomFile">
            <summary>
            Wrapper for files from custom CD to copy to deployment
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHCustomFile.SourcePath">
            <summary>
            Source path to file
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHCustomFile.DestinationPath">
            <summary>
            Destination path to file
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHCustomFile.RelativePath">
            <summary>
            Relative file path to make a backup
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHCustomFile.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.ISHCustomFile"/> class.
            </summary>
            <param name="sourcePath">The source path to file.</param>
            <param name="destinationPath">The destination path to file on the deployment.</param>
            <param name="relativePath">The relative path to the file.</param>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHIISAppPoolComponent">
            <summary>
            <para type="description">Represents the installed IIS application pools components that deployment is used.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHIISAppPoolComponent.ApplicationPoolName">
            <summary>
            The name of IIS application pool component.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHIISAppPoolComponent.WebApplicationName">
            <summary>
            The name of web site.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHIISAppPoolComponent.Status">
            <summary>
            The status of IIS application pool component.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHComponent">
            <summary>
            <para type="description">Represents the state of deployment's component.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHComponent.Name">
            <summary>
            The name of InfoShare component.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHComponent.IsEnabled">
            <summary>
            The InfoShare component enabled or not?
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHComponent.IsRunning">
            <summary>
            Is the InfoShare component running or not?
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHComponent.Role">
            <summary>
            The role of BackgroundTask.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHCOMPlusComponent">
            <summary>
            <para type="description">Represents the installed COM+ components that deployment is used.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHCOMPlusComponent.Name">
            <summary>
            The name of COM+ component.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHCOMPlusComponent.Status">
            <summary>
            The status of COM+ component.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHCOMPlusComponent.ActivationType">
            <summary>
            The activation type of COM+ component.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHBackgroundTaskWindowsService">
            <summary>
            <para type="description">Represents the installed BackgroundTask windows service that deployment is used.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHBackgroundTaskWindowsService.Role">
            <summary>
            The role of BackgroundTask service.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHXmlNodes.CollectiveSpacesElement">
            <summary>
            Represents config element which reflects collective spaces statement.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Models.ISHXmlNodes.CollectiveSpacesElement._isDraftSpaceEnabled">
            <summary>
            Indicates state of Draft Space.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Models.ISHXmlNodes.CollectiveSpacesElement._isReviewSpaceEnabled">
            <summary>
            Indicates state of Review Space.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.CollectiveSpacesElement.XmlElementName">
            <summary>
            Represents xml element name.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.CollectiveSpacesElement.#ctor(System.Boolean,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.ISHXmlNodes.CollectiveSpacesElement"/> class.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.CollectiveSpacesElement.GetNodeComment">
            <inheritdoc cref="M:ISHDeploy.Common.Models.ISHXmlNodes.CollectiveSpacesElement.GetNodeComment"/>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.CollectiveSpacesElement.ToXElement">
            <inheritdoc cref="M:ISHDeploy.Common.Models.ISHXmlNodes.CollectiveSpacesElement.ToXElement"/>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHXmlNodes.WhiteSpaceHandlingElement">
            <summary>
            Represents config element responsible on whitespace handling.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Models.ISHXmlNodes.WhiteSpaceHandlingElement._isWhiteSpaceHandlingEnabled">
            <summary>
            Indicates initial state of whitespacehandling.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.WhiteSpaceHandlingElement.XmlElementName">
            <summary>
            Represents xml element name.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.WhiteSpaceHandlingElement.InlineElements">
            <summary>
            Represents collection with elements to handle inline.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.WhiteSpaceHandlingElement.PreserveWhiteSpaceElements">
            <summary>
            Represents collection with preserve whitespace elements.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.WhiteSpaceHandlingElement.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.ISHXmlNodes.WhiteSpaceHandlingElement"/> class.
            </summary>
            <param name="isWhiteSpaceHandlingEnabled"></param>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.WhiteSpaceHandlingElement.GetNodeComment">
            <inheritdoc cref="M:ISHDeploy.Common.Models.ISHXmlNodes.WhiteSpaceHandlingElement.GetNodeComment"/>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.WhiteSpaceHandlingElement.ToXElement">
            <inheritdoc cref="M:ISHDeploy.Common.Models.ISHXmlNodes.WhiteSpaceHandlingElement.ToXElement"/>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHXmlNodes.XmlNormalizationElement">
            <summary>
            Represents xml normalization config element.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.XmlNormalizationElement.XmlElementName">
            <summary>
            Xml element name.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.XmlNormalizationElement.GetNodeComment">
            <inheritdoc cref="M:ISHDeploy.Common.Interfaces.IISHXmlNode.GetNodeComment"/>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.XmlNormalizationElement.#ctor(ISHDeploy.Common.Models.ISHXmlNodes.WhiteSpaceHandlingElement)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.ISHXmlNodes.XmlNormalizationElement"/> class.
            </summary>
            <param name="whiteSpaceHandlingElement">Element responsible on whitespace handling.</param>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.XmlNormalizationElement.ToXElement">
            <summary>
            Converts object to XElement.
            </summary>
            <returns>XElement</returns>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItemAction">
            <summary>
            Represents menu item xml node
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItemAction.EventActionPath">
            <summary>
            The Xopus add check out comment placeholder
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItemAction.SelectedButtonTitle">
            <summary>
            Gets or sets the label.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItemAction.ModifiedSinceMinutesFilter">
            <summary>
            Gets or sets the action.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItemAction.SelectedMenuItemTitle">
            <summary>
            Gets or sets the icon.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItemAction.StatusFilter">
            <summary>
            Gets or sets the userrole.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItemAction.EventTypesFilter">
            <summary>
            Gets or sets the description.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItemAction.ToQueryString">
            <summary>
            Converts object to XElement.
            </summary>
            <returns>XElement</returns>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItem">
            <summary>
            Represents menu item xml node
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItem.EventMonitorTabCommentMarkup">
            <summary>
            The Xopus add check out comment placeholder
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItem.Label">
            <summary>
            Gets or sets the label.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItem.Action">
            <summary>
            Gets or sets the action.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItem.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItem.UserRoles">
            <summary>
            Gets or sets the userroles.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItem.Description">
            <summary>
            Gets or sets the description.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItem.GetNodeComment">
            <summary>
            Gets node comment if exists
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.EventLogMenuItem.ToXElement">
            <summary>
            Converts object to XElement.
            </summary>
            <returns>XElement</returns>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHXmlNodes.ActAsTrustedIssuerThumbprintItem">
            <summary>
            Represents menu item xml node
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.ActAsTrustedIssuerThumbprintItem.XmlElementName">
            <summary>
                Xml node name.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.ActAsTrustedIssuerThumbprintItem.ToXElement">
            <summary>
            Converts object to XElement.
            </summary>
            <returns>XElement</returns>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHXmlNodes.IssuerThumbprintItem">
            <summary>
            Represents menu item xml node
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.IssuerThumbprintItem.XmlElementName">
            <summary>
            Xml node name.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.IssuerThumbprintItem.Thumbprint">
            <summary>
            Gets or sets the thumbprint.
            </summary>
            <value>
            The thumbprint value.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHXmlNodes.IssuerThumbprintItem.Issuer">
            <summary>
            Gets or sets the Issuer name.
            </summary>
            <value>
            The Issuer name value.
            </value>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.IssuerThumbprintItem.GetNodeComment">
            <summary>
            Gets node comment if exists
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.IssuerThumbprintItem.ToXElement">
            <summary>
            Converts object to XElement.
            </summary>
            <returns>XElement</returns>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.IssuerThumbprintItem.Equals(ISHDeploy.Common.Models.ISHXmlNodes.IssuerThumbprintItem)">
            <inheritdoc/>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.IssuerThumbprintItem.Equals(System.Object)">
            <inheritdoc/>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHXmlNodes.IssuerThumbprintItem.GetHashCode">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection">
            <summary>
            <para type="description">Represents configuration of an instance of TMS.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection.#ctor">
            <summary>
            Prevents a default instance of the <see cref="T:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection"/> class from being created.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection.#ctor(System.String,System.String,System.Int32,System.Int32,ISHDeploy.Common.Enums.TmsAuthenticationMode,ISHDeploy.Common.Models.TranslationOrganizer.ISHLanguageToTmsLanguageMapping[],ISHDeploy.Common.Models.TranslationOrganizer.TmsTemplate[],ISHDeploy.Common.Models.TranslationOrganizer.ISHFieldMetadata[],ISHDeploy.Common.Models.TranslationOrganizer.ISHFieldMetadata[])">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection"/> class.
            </summary>
            <param name="alias">The alias of TMS</param>
            <param name="uri">The Uri to TMS </param>
            <param name="externalJobMaxTotalUncompressedSizeBytes">The max value of total size in bytes of uncompressed external job</param>
            <param name="retriesOnTimeout">The number of retries on timeout</param>
            <param name="authenticationMode">The authentication mode.</param>
            <param name="mappings">The mapping between trisoftLanguage and TmsLanguage</param>
            <param name="templates">Tms templates</param>
            <param name="requestedMetadata">The port number of proxy server</param>
            <param name="groupingMetadata">The port number of proxy server</param>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection.Alias">
            <summary>
            The alias of TMS
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection.Uri">
            <summary>
            The Uri to TMS
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection.UseSsl">
            <summary>
            Use ssl or not for Tms connection.
            The UseSsl property serializes only if set.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection.UseSslValue">
            <summary>
            The UseSsl property string value.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection.ExternalJobMaxTotalUncompressedSizeBytes">
            <summary>
            The max value of total size in bytes of uncompressed external job
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection.RetriesOnTimeout">
            <summary>
            The number of retries on timeout
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection.Mappings">
            <summary>
            The mapping between trisoftLanguage and TMSLocaleId
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection.Templates">
            <summary>
            Tms templates
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection.RequestedMetadata">
            <summary>
            The requested metadata
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection.RequestedMetadataSpecified">
            <summary>
            Returns true if the RequestedMetadata has changed; otherwise, returns false.
            The RequestedMetadata property serializes only if true is returned.
            </summary>
            <returns></returns>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection.GroupingMetadata">
            <summary>
            The grouping metadata
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection.GroupingMetadataSpecified">
            <summary>
            Returns true if the GroupingMetadata has changed; otherwise, returns false.
            The GroupingMetadata property serializes only if true is returned.
            </summary>
            <returns></returns>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.BaseTmsConfigurationSection.AuthenticationMode">
            <summary>
            The authentication mode.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.TranslationOrganizer.ISHFieldMetadata">
            <summary>
            <para type="description">Represents structure of ISH metadata field for organizer service.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.ISHFieldMetadata.Name">
            <summary>
            Name of metadata
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.ISHFieldMetadata.Level">
            <summary>
            Level of metadata value
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.ISHFieldMetadata.ValueType">
            <summary>
            Type of value of metadata
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.TranslationOrganizer.ISHLanguageToTmsLanguageMapping">
            <summary>
            <para type="description">Represents mapping between trisoftLanguage and tmsLanguage.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.ISHLanguageToTmsLanguageMapping.TmsLanguage">
            <summary>
            The TMS language
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.ISHLanguageToTmsLanguageMapping.ISHLanguage">
            <summary>
            The trisoft language ID
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.TranslationOrganizer.FileSystemConfigurationSection">
            <summary>
            <para type="description">Represents configuration of an instance of FileSystem.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.FileSystemConfigurationSection.Alias">
            <summary>
            The alias of FileSystem
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.FileSystemConfigurationSection.ExternalJobMaxTotalUncompressedSizeBytes">
            <summary>
            The max value of total size in bytes of uncompressed external job
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.FileSystemConfigurationSection.ExportFolderPath">
            <summary>
            The path to export folder
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.FileSystemConfigurationSection.RequestedMetadata">
            <summary>
            The requested metadata
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.TranslationOrganizer.FileSystemConfigurationSection.#ctor">
            <summary>
            Prevents a default instance of the <see cref="T:ISHDeploy.Common.Models.TranslationOrganizer.FileSystemConfigurationSection"/> class from being created.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.TranslationOrganizer.FileSystemConfigurationSection.#ctor(System.String,System.Int32,System.String,ISHDeploy.Common.Models.TranslationOrganizer.ISHFieldMetadata[])">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.TranslationOrganizer.FileSystemConfigurationSection"/> class.
            </summary>
            <param name="alias">The alias of WorldServer</param>
            <param name="externalJobMaxTotalUncompressedSizeBytes">The max value of total size in bytes of uncompressed external job</param>
            <param name="exportFolderPath">The path to export folder</param>
            <param name="requestedMetadata">The port number of proxy server</param>
        </member>
        <member name="T:ISHDeploy.Common.Models.TranslationOrganizer.ISHMetadata">
            <summary>
            <para type="description">Represents ISH metadata.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.ISHMetadata.Metadata">
            <summary>
            The ishfields
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.TranslationOrganizer.TmsTemplate">
            <summary>
            <para type="description">Represents TMS template.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.TmsTemplate.TemplateId">
            <summary>
            The template ID
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.TmsTemplate.TemplateName">
            <summary>
            The template mame
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.TranslationOrganizer.TmsApiSecretConfigurationSection">
            <summary>
            <para type="description">Represents configuration of an instance of TMS with additional authentication attributes.</para>
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.TranslationOrganizer.TmsApiSecretConfigurationSection.#ctor">
            <summary>
            Prevents a default instance of the <see cref="T:ISHDeploy.Common.Models.TranslationOrganizer.TmsApiSecretConfigurationSection"/> class from being created.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.TranslationOrganizer.TmsApiSecretConfigurationSection.#ctor(System.String,System.String,System.Int32,System.Int32,ISHDeploy.Common.Models.TranslationOrganizer.ISHLanguageToTmsLanguageMapping[],ISHDeploy.Common.Models.TranslationOrganizer.TmsTemplate[],System.String,System.String,ISHDeploy.Common.Models.TranslationOrganizer.ISHFieldMetadata[],ISHDeploy.Common.Models.TranslationOrganizer.ISHFieldMetadata[])">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.TranslationOrganizer.TmsApiSecretConfigurationSection"/> class.
            </summary>
            <param name="alias">The alias of TMS</param>
            <param name="uri">The Uri to TMS </param>
            <param name="externalJobMaxTotalUncompressedSizeBytes">The max value of total size in bytes of uncompressed external job</param>
            <param name="retriesOnTimeout">The number of retries on timeout</param>
            <param name="mappings">The mapping between trisoftLanguage and TmsLanguage</param>
            <param name="templates">Tms templates</param>
            <param name="apiKey">The api key of the configured tms instance</param>
            <param name="secret">The api secret of the configured tms instance</param>
            <param name="requestedMetadata">The port number of proxy server</param>
            <param name="groupingMetadata">The port number of proxy server</param>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.TmsApiSecretConfigurationSection.ApiKey">
            <summary>
            The api key of the configured tms instance.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.TmsApiSecretConfigurationSection.Secret">
            <summary>
            The api secret of the configured tms instance.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.TranslationOrganizer.TmsUserCredentialsConfigurationSection">
            <summary>
            <para type="description">Represents configuration of an instance of TMS with additional authentication attributes.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.TmsUserCredentialsConfigurationSection.UserName">
            <summary>
            The user name of the configured tms instance.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.TmsUserCredentialsConfigurationSection.Password">
            <summary>
            The password of the configured tms instance.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.TranslationOrganizer.TmsUserCredentialsConfigurationSection.#ctor">
            <summary>
            Prevents a default instance of the <see cref="T:ISHDeploy.Common.Models.TranslationOrganizer.TmsUserCredentialsConfigurationSection"/> class from being created.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.TranslationOrganizer.TmsUserCredentialsConfigurationSection.#ctor(System.String,System.String,System.Int32,System.Int32,ISHDeploy.Common.Models.TranslationOrganizer.ISHLanguageToTmsLanguageMapping[],ISHDeploy.Common.Models.TranslationOrganizer.TmsTemplate[],System.String,System.String,ISHDeploy.Common.Models.TranslationOrganizer.ISHFieldMetadata[],ISHDeploy.Common.Models.TranslationOrganizer.ISHFieldMetadata[])">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.TranslationOrganizer.TmsUserCredentialsConfigurationSection"/> class.
            </summary>
            <param name="alias">The alias of TMS</param>
            <param name="uri">The Uri to TMS </param>
            <param name="externalJobMaxTotalUncompressedSizeBytes">The max value of total size in bytes of uncompressed external job</param>
            <param name="retriesOnTimeout">The number of retries on timeout</param>
            <param name="mappings">The mapping between trisoftLanguage and TmsLanguage</param>
            <param name="templates">Tms templates</param>
            <param name="userName">The user name of the configured tms instance</param>
            <param name="password">The password of the configured tms instance</param>
            <param name="requestedMetadata">The port number of proxy server</param>
            <param name="groupingMetadata">The port number of proxy server</param>
        </member>
        <member name="T:ISHDeploy.Common.Models.TranslationOrganizer.ISHLanguageToWorldServerLocaleIdMapping">
            <summary>
            <para type="description">Represents mapping between trisoftLanguage and worldServerLocaleId.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.ISHLanguageToWorldServerLocaleIdMapping.ISHLanguage">
            <summary>
            The trisoft language ID
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.TranslationOrganizer.ISHLanguageToWorldServerLocaleIdMapping.WSLocaleID">
            <summary>
            The WorldServer language ID
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHComponentsCollection">
            <summary>
            <para type="description">Represents collection of components.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHComponentsCollection.Components">
            <summary>
            List of components
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHComponentsCollection.Item(ISHDeploy.Common.Enums.ISHComponentName)">
            <summary>
            Get component by name
            </summary>
            <param name="name">The name of component</param>
            <returns>ISHComponent by ISHComponentName</returns>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHComponentsCollection.Item(ISHDeploy.Common.Enums.ISHComponentName,System.String)">
            <summary>
            Get component by name
            </summary>
            <param name="name">The name of component</param>
            <param name="role">The component's role</param>
            <returns>ISHComponent by ISHComponentName</returns>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHComponentsCollection.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.ISHComponentsCollection"/> class.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHComponentsCollection.#ctor(System.Collections.Generic.IEnumerable{ISHDeploy.Common.Models.ISHComponent})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.ISHComponentsCollection"/> class.
            </summary>
            <param name="components">The initial capacity</param>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHComponentsCollection.GetEnumerator">
            <summary>
            Get enumerator for collection
            </summary>
            <returns>Enumerator for collection</returns>
        </member>
        <member name="P:ISHDeploy.Common.Models.VersionDependent.v15_0_0.ISHDeployment.WebAppNameCSApi">
            <summary>
            Name of the CSApi web application
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.VersionDependent.v15_0_0.ISHDeployment.WebAppNameWSApi">
            <summary>
            Name of the WSApi web application
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.ConnectionStringComponents">
            <summary>
            Reprecents data model of connection string components.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ConnectionStringComponents.Provider">
            <summary>
            The provider component.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ConnectionStringComponents.Password">
            <summary>
            The password component.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ConnectionStringComponents.PersistSecurityInfo">
            <summary>
            The persist security info component.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ConnectionStringComponents.UserId">
            <summary>
            The user id component.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ConnectionStringComponents.InitialCatalog">
            <summary>
            The initial catalog component.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ConnectionStringComponents.DataSource">
            <summary>
            The data source component.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.UI.CUIFConfig.ResourceGroup">
            <remarks/>
        </member>
        <member name="M:ISHDeploy.Common.Models.UI.CUIFConfig.ResourceGroup.ChangeItemProperties(System.String)">
            <summary>
            Change some fileds for created one.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.CUIFConfig.ResourceGroup.Files">
            <remarks/>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.CUIFConfig.ResourceGroup.Name">
            <remarks/>
        </member>
        <member name="T:ISHDeploy.Common.Models.UI.CUIFConfig.ResourceGroups">
            <summary>
            <para type="description">Represents collection of resourceGroup.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.CUIFConfig.ResourceGroups.Resources">
            <summary>
            Array of resourceGroups.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.UI.CUIFConfig.ResourceGroupsResourceGroupFile">
            <remarks/>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.CUIFConfig.ResourceGroupsResourceGroupFile.Name">
            <remarks/>
        </member>
        <member name="T:ISHDeploy.Common.Models.UI.EventMonitorMenuBarItem">
            <summary>
            <para type="description">Represents the item of EventLogMenuItem.</para>
            </summary>
            <seealso cref="T:ISHDeploy.Common.Models.BaseXMLElement" />
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.EventMonitorMenuBarItem.Label">
            <summary>
            Gets or sets the label of the menu item.
            </summary>
            <value>
            The label.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.EventMonitorMenuBarItem.UserRoles">
            <summary>
            Gets or sets users for whom the menu item is available.
            </summary>
            <value>
            The user roles.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.EventMonitorMenuBarItem.Icon">
            <summary>
            Set icon for a menu item.
            </summary>
            <value>
            The action.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.EventMonitorMenuBarItem.Action">
            <summary>
            Gets or sets the action which occurs on click on the menu item.
            </summary>
            <value>
            The action.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.EventMonitorMenuBarItem.Description">
            <summary>
            Gets description of the menu item.
            </summary>
            <value>
            The action.
            </value>
        </member>
        <member name="M:ISHDeploy.Common.Models.UI.EventMonitorMenuBarItem.#ctor">
            <summary>
            Prevents a default instance of the <see cref="T:ISHDeploy.Common.Models.UI.EventMonitorMenuBarItem"/> class from being created.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.UI.EventMonitorMenuBarItem.#ctor(System.String,System.String[],System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.UI.EventMonitorMenuBarItem"/> class.
            </summary>
            <param name="label">The label of the menu item.</param>
            <param name="userRoles">The users for whom the menu item is available.</param>
            <param name="icon">Icon for a menu item.</param>
            <param name="action">The action which occurs on click on the menu item.</param>
            <param name="description">The description for the menu item.</param>
        </member>
        <member name="M:ISHDeploy.Common.Models.UI.EventMonitorMenuBarItem.GetNodeComment">
            <summary>
            Gets node comment if exists
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Models.UI.EventMonitorMenuBarItem.EventMonitorTabCommentMarkup">
            <summary>
            The Xopus add check out comment placeholder
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.UI.SearchMenuItem">
            <summary>
            <para type="description">Represents the item of SearchMenuItem (~\Author\ASP\XSL\SearchMenuBar.xml).</para>
            </summary>
            <seealso cref="T:ISHDeploy.Common.Models.BaseXMLElement" />
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.SearchMenuItem.Label">
            <summary>
            Gets or sets the label of the menu item.
            </summary>
            <value>
            The label.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.SearchMenuItem.UserRoles">
            <summary>
            Gets or sets users for whom the menu item is available.
            </summary>
            <value>
            The user roles.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.SearchMenuItem.Icon">
            <summary>
            Set icon for a menu item.
            </summary>
            <value>
            The action.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.SearchMenuItem.Action">
            <summary>
            Gets or sets the action which occurs on click on the menu item.
            </summary>
            <value>
            The action.
            </value>
        </member>
        <member name="M:ISHDeploy.Common.Models.UI.SearchMenuItem.#ctor">
            <summary>
            Prevents a default instance of the <see cref="T:ISHDeploy.Common.Models.UI.SearchMenuItem"/> class from being created.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.UI.SearchMenuItem.#ctor(System.String,System.String[],System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.UI.SearchMenuItem"/> class.
            </summary>
            <param name="label">The label of the menu item.</param>
            <param name="userRoles">The users for whom the menu item is available.</param>
            <param name="icon">Icon for a menu item.</param>
            <param name="action">The action which occurs on click on the menu item.</param>
        </member>
        <member name="T:ISHDeploy.Common.Models.UI.Input">
            <summary>
            <para type="description">Internal class for ButtonBar usage.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.Input.Type">
            <summary>
            Gets the name of item.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.Input.Name">
            <summary>
            Gets the name of item.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.Input.OnClick">
            <summary>
            Javascript to be executed after click.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.Input.Value">
            <summary>
            Message to display.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.Input.Class">
            <summary>
            Define a class - button.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.Input.Icon">
            <summary>
            Correspond icon.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.Input.Showtext">
            <summary>
            Correspond icon.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.UI.MainMenuBarItem">
            <summary>
            <para type="description">Represents the item of MainMenuBar (~\Author\ASP\XSL\MainMenuBar.xml).</para>
            </summary>
            <seealso cref="T:ISHDeploy.Common.Models.BaseXMLElement" />
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.MainMenuBarItem.Label">
            <summary>
            Gets or sets the label of the menu item.
            </summary>
            <value>
            The label.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.MainMenuBarItem.UserRoles">
            <summary>
            Gets or sets users for whom the menu item is available.
            </summary>
            <value>
            The user roles.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.MainMenuBarItem.Action">
            <summary>
            Gets or sets the action which occurs on click on the menu item.
            </summary>
            <value>
            The action.
            </value>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.MainMenuBarItem.Id">
            <summary>
            Gets or sets the menu item identifier.
            </summary>
            <value>
            The identifier.
            </value>
        </member>
        <member name="M:ISHDeploy.Common.Models.UI.MainMenuBarItem.#ctor">
            <summary>
            Prevents a default instance of the <see cref="T:ISHDeploy.Common.Models.UI.MainMenuBarItem"/> class from being created.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.UI.MainMenuBarItem.#ctor(System.String,System.String[],System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.UI.MainMenuBarItem"/> class.
            </summary>
            <param name="label">The label of the menu item.</param>
            <param name="userRoles">The users for whom the menu item is available.</param>
            <param name="action">The action which occurs on click on the menu item.</param>
            <param name="id">The menu item identifier.</param>
        </member>
        <member name="T:ISHDeploy.Common.Models.UI.ButtonBarItemCollection">
            <summary>
            <para type="description">Represents collection of ButtonBarItem.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.ButtonBarItemCollection.ButtonBarItemArray">
            <summary>
            Array of ButtonBarItems.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.UI.Script">
            <summary>
            Java script Node
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.Script.Language">
            <summary>
            LANGUAGE
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.Script.Type">
            <summary>
            type
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.Script.Src">
            <summary>
            src
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.Script.Content">
            <summary>
            Content dor CDData part.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.Script.ScriptBody">
            <summary>
            text body
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.UI.ButtonBarItem">
            <summary>
            <para type="description">Represents the item depend on button bar type.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.ButtonBarItem.CheckAccess">
            <summary>
            Y or N to check access.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.ButtonBarItem.CardTypes">
            <summary>
            List of associated cards.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.ButtonBarItem.Script">
            <summary>
            Javascript file.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.UI.ButtonBarItem.Input">
            <summary>
            To create Input type xml node
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.UI.ButtonBarItem.#ctor">
            <summary>
            Prevents a default instance of the <see cref="T:ISHDeploy.Common.Models.UI.ButtonBarItem"/> class from being created.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.UI.ButtonBarItem.ChangeButtonBarItemProperties(System.String)">
            <summary>
            Change some fileds for created one.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.UI.ButtonBarItem.#ctor(System.String,System.String,System.String[],System.String,System.String,System.Object[],System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.UI.ButtonBarItem"/> class.
            </summary>
            <param name="buttonBar">Button bar type of the item.</param>
            <param name="name">Button bar name.</param>
            <param name="ishtype">List of associated cards.</param>
            <param name="icon">Icon for button bar.</param>
            <param name="onClick">Javascript to be executed after click.</param>
            <param name="checkaccess">Y or N to check access.</param>
            <param name="hideText">Hides text.</param>
            <param name="jArgumentList">Hides text.</param>
        </member>
        <member name="T:ISHDeploy.Common.Models.InputParameters">
            <summary>
            Represents the all parameters from inputparameter.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Models.InputParameters.HttpsPrefix">
            <summary>
            The HTTPS prefix
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.Models.InputParameters.TrisoftAppPoolPrefix">
            <summary>
            Trisoft Application Pool Prefix
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.FilePath">
            <summary>
            The path to inputparameters.xml
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.AppPath">
            <summary>
            Gets the application path.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.WebPath">
            <summary>
            Gets the web path.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.DataPath">
            <summary>
            Gets the data path.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.DatabaseType">
            <summary>
            Gets the DB type.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.DatabaseName">
            <summary>
            Gets the database name.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.AccessHostName">
            <summary>
            Gets the name of the access host.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.ProjectSuffix">
            <summary>
            Gets the deployment suffix.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.ConnectString">
            <summary>
            Gets the DB connection string.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.OSUser">
            <summary>
            Gets the name of the OS user.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.OSPassword">
            <summary>
            Gets the password of the OS user password.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.IssuerActorUserName">
            <summary>
            Gets the name of the IssuerActor user.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.IssuerActorPassword">
            <summary>
            Gets the password of the IssuerActor password.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.ServiceUserName">
            <summary>
            Gets the name of the Service user.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.ServicePassword">
            <summary>
            Gets the password of the Service user password.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.CMWebAppName">
            <summary>
            Gets the name of the CM web app.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.CSWebAppName">
            <summary>
            Gets the name of the CS main web app.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.CSApiWebAppName">
            <summary>
            Gets the name of the CSApi web app.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.WSWebAppName">
            <summary>
            Gets the name of the WS web app.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.STSWebAppName">
            <summary>
            Gets the name of the STS web app.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.BaseUrl">
            <summary>
            Gets the local service host name.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.CSAppPoolName">
            <summary>
            CS Application pool name
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.CSApiAppPoolName">
            <summary>
            CSApi Application pool name
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.CMAppPoolName">
            <summary>
            CM Application pool name
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.WSAppPoolName">
            <summary>
            WS Application pool name
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.STSAppPoolName">
            <summary>
            STS Application pool name
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.ServiceCertificateThumbprint">
            <summary>
            CM certificate thumbprint
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.IssuerCertificateThumbprint">
            <summary>
            Issuer certificate thumbprint
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.WebSiteName">
            <summary>
            Gets the web site name.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.BaseHostName">
            <summary>
            Gets the base host name.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.LocalServiceHostName">
            <summary>
            Gets the local service host name.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.WSWebApiAppPoolName">
            <summary>
            WS web api application pool name.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.InputParameters.WSWebApiAppName">
            <summary>
            Gets the name of the WSApi web app.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.InputParameters.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.InputParameters"/> class.
            </summary>
            <param name="filePath">The inputparameters.xml file path.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHDeploymentParameter">
            <summary>
            Single parameter from inputparameters.xml.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHDeploymentParameter.Name">
            <summary>
            Specifies name of parameter
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHDeploymentParameter.Value">
            <summary>
            Specifies value of parameter
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHFilePath">
            <summary>
            Wrapper for file path that provides relative, absolute and vanilla installation path of the file.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHFilePath.AbsolutePath">
            <summary>
            Absolute path to file or folder
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHFilePath.RelativePath">
            <summary>
            Gets the relative path of the file.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHFilePath.VanillaPath">
            <summary>
            Gets the vanilla installation path.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.Models.ISHFilePath.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Common.Models.ISHFilePath"/> class.
            </summary>
            <param name="deploymentFolderPath">The path to folder instance of the deployment.</param>
            <param name="backupFolderPath">Type of the deployment.</param>
            <param name="relativePath">The relative path to the file.</param>
        </member>
        <member name="T:ISHDeploy.Common.Models.SQL.RelyingParty">
            <summary>
            <para type="description">Represents the configured Relying Party.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.SQL.RelyingParty.Realm">
            <summary>
            The relying party realm
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.SQL.RelyingParty.Name">
            <summary>
            The relying party name
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.SQL.RelyingParty.Enabled">
            <summary>
            If relying party is enabled
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.SQL.RelyingParty.EncryptingCertificate">
            <summary>
            The relying party encrypting certificate
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.Models.ISHWindowsService">
            <summary>
            <para type="description">Represents the installed windows services that deployment is used.</para>
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHWindowsService.Name">
            <summary>
            The name of windows service.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHWindowsService.Status">
            <summary>
            The status of windows service.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHWindowsService.Type">
            <summary>
            The type of windows service.
            </summary>
        </member>
        <member name="P:ISHDeploy.Common.Models.ISHWindowsService.Sequence">
            <summary>
            The sequence of windows service.
            </summary>
        </member>
        <member name="T:ISHDeploy.Common.ObjectFactory">
            <summary>
            Represents the simplest implementation of the IoC container. It can register and return instances of classes.
            </summary>
        </member>
        <member name="F:ISHDeploy.Common.ObjectFactory.TypeInstances">
            <summary>
            The registered type instances.
            </summary>
        </member>
        <member name="M:ISHDeploy.Common.ObjectFactory.SetInstance``1(``0)">
            <summary>
            Registers the instance of the type.
            </summary>
            <typeparam name="TContract">The type of the instance.</typeparam>
            <param name="instance">The instance.</param>
        </member>
        <member name="M:ISHDeploy.Common.ObjectFactory.GetInstance``1">
            <summary>
            Gets the instance by registered type.
            </summary>
            <typeparam name="T">The registered type.</typeparam>
            <returns>Instance of specific type.</returns>
        </member>
        <member name="M:ISHDeploy.Common.ObjectFactory.GetInstance(System.Type)">
            <summary>
            Gets the instance by registered type.
            </summary>
            <param name="contract">The registered type.</param>
            <returns>Instance of specific type.</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Asserts.AssertAction">
            <summary>
            The action that verify condition and generates an error in case if condition returns <see langword="true"/>
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseActionWithResult`1" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.Asserts.AssertAction.Message">
            <summary>
            The exception message
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Asserts.AssertAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Asserts.AssertAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="message">The message in case of condition returns true.</param>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Asserts.WriteVerboseIfConditionIsMetAction">
            <summary>
            The action that verify condition and output Verbos in case if condition returns <see langword="true"/>
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseActionWithResult`1" />
        </member>
        <member name="M:ISHDeploy.Data.Actions.Asserts.WriteVerboseIfConditionIsMetAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.Func{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Asserts.WriteVerboseIfConditionIsMetAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="condition">The condition to check.</param>
            <param name="message">The message in case of condition returns true.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Asserts.WriteVerboseIfConditionIsMetAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Asserts.WriteVerboseAction">
            <summary>
            The action that generates a Verbose
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseActionWithResult`1" />
        </member>
        <member name="M:ISHDeploy.Data.Actions.Asserts.WriteVerboseAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Asserts.WriteVerboseAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="message">The message in case of condition returns true.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Asserts.WriteVerboseAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Asserts.WriteWarningAction">
            <summary>
            The action that generates a Warning
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseActionWithResult`1" />
        </member>
        <member name="M:ISHDeploy.Data.Actions.Asserts.WriteWarningAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Asserts.WriteWarningAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="message">The message in case of condition returns true.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Asserts.WriteWarningAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Asserts.WriteWarningIfConditionIsMetAction">
            <summary>
            The action that verify condition and generates a Warning in case if condition returns <see langword="true"/>
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseActionWithResult`1" />
        </member>
        <member name="M:ISHDeploy.Data.Actions.Asserts.WriteWarningIfConditionIsMetAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.Func{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Asserts.WriteWarningIfConditionIsMetAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="condition">The condition to check.</param>
            <param name="message">The message in case of condition returns true.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Asserts.WriteWarningIfConditionIsMetAction.Execute">
            <summary>
            Executes current action.
            </summary>
            <exception cref="T:System.Exception"></exception>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Asserts.AssertIfConditionIsMetAction">
            <summary>
            The action that verify condition and generates an error in case if condition returns <see langword="true"/>
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseActionWithResult`1" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.Asserts.AssertIfConditionIsMetAction.Condition">
            <summary>
            The condition
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Asserts.AssertIfConditionIsMetAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.Func{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Asserts.AssertIfConditionIsMetAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="condition">The condition to check.</param>
            <param name="message">The message in case of condition returns true.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Asserts.AssertIfConditionIsMetAction.Execute">
            <summary>
            Executes current action.
            </summary>
            <exception cref="T:System.Exception"></exception>
        </member>
        <member name="T:ISHDeploy.Data.Actions.COMPlus.BaseCOMPlusComponentAction">
            <summary>
            Base COM+ component action.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction" />
        </member>
        <member name="P:ISHDeploy.Data.Actions.COMPlus.BaseCOMPlusComponentAction.ComPlusComponentName">
            <summary>
            The name of COM+ component.
            </summary>
        </member>
        <member name="P:ISHDeploy.Data.Actions.COMPlus.BaseCOMPlusComponentAction.ComPlusComponentManager">
            <summary>
            The COM+ component manager
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.COMPlus.BaseCOMPlusComponentAction._comPlusComponentWasEnabled">
            <summary>
            The COM+ component was enabled or disabled
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.BaseCOMPlusComponentAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.COMPlus.StartCOMPlusComponentAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="comPlusComponentName">The name of COM+ component.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.BaseCOMPlusComponentAction.Backup">
            <summary>
            Gets current value before change.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.BaseCOMPlusComponentAction.Rollback">
            <summary>
            Reverts a value to initial state.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.COMPlus.DisableCOMPlusComponentAction">
            <summary>
            Disable COM+ component.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.COMPlus.DisableCOMPlusComponentAction._comPlusComponentName">
            <summary>
            The name of COM+ component.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.COMPlus.DisableCOMPlusComponentAction._comPlusComponentManager">
            <summary>
            The COM+ component manager
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.COMPlus.DisableCOMPlusComponentAction._comPlusComponentWasEnabled">
            <summary>
            The COM+ component manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.DisableCOMPlusComponentAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.COMPlus.DisableCOMPlusComponentAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="comPlusComponentName">The name of COM+ component.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.DisableCOMPlusComponentAction.Backup">
            <summary>
            Gets current value before change.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.DisableCOMPlusComponentAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.DisableCOMPlusComponentAction.Rollback">
            <summary>
            Reverts a value to initial state.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.COMPlus.ShutdownCOMPlusComponentAction">
            <summary>
            Shutdown COM+ component.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction" />
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.ShutdownCOMPlusComponentAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.COMPlus.ShutdownCOMPlusComponentAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="comPlusComponentName">The name of COM+ component.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.ShutdownCOMPlusComponentAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.COMPlus.StartCOMPlusComponentAction">
            <summary>
            Start COM+ component.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction" />
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.StartCOMPlusComponentAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.COMPlus.StartCOMPlusComponentAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="comPlusComponentName">The name of COM+ component.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.StartCOMPlusComponentAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.COMPlus.EnableCOMPlusComponentAction">
            <summary>
            Enable COM+ component.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.COMPlus.EnableCOMPlusComponentAction._comPlusComponentName">
            <summary>
            The name of COM+ component.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.COMPlus.EnableCOMPlusComponentAction._comPlusComponentManager">
            <summary>
            The COM+ component manager
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.COMPlus.EnableCOMPlusComponentAction._comPlusComponentWasEnabled">
            <summary>
            The COM+ component manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.EnableCOMPlusComponentAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.COMPlus.EnableCOMPlusComponentAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="comPlusComponentName">The name of COM+ component.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.EnableCOMPlusComponentAction.Backup">
            <summary>
            Gets current value before change.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.EnableCOMPlusComponentAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.EnableCOMPlusComponentAction.Rollback">
            <summary>
            Reverts a value to initial state.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.COMPlus.SetCOMPlusCredentialsAction">
            <summary>
            Sets credentials for COM+ component.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.COMPlus.SetCOMPlusCredentialsAction._comPlusComponentName">
            <summary>
            The name of COM+ component.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.COMPlus.SetCOMPlusCredentialsAction._comPlusComponentManager">
            <summary>
            The COM+ component manager
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.COMPlus.SetCOMPlusCredentialsAction._userName">
            <summary>
            The windows service userName
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.COMPlus.SetCOMPlusCredentialsAction._previousUserName">
            <summary>
            The windows service previous UserName
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.COMPlus.SetCOMPlusCredentialsAction._password">
            <summary>
            The windows service password
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.COMPlus.SetCOMPlusCredentialsAction._previousPassword">
            <summary>
            The windows service previous password
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.SetCOMPlusCredentialsAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.COMPlus.SetCOMPlusCredentialsAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="comPlusComponentName">The name of COM+ component.</param>
            <param name="userName">The user name.</param>
            <param name="previousUserName">The previous user name.</param>
            <param name="password">The password.</param>
            <param name="previousPassword">The previous password.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.SetCOMPlusCredentialsAction.Backup">
            <summary>
            Gets current value before change.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.SetCOMPlusCredentialsAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.COMPlus.SetCOMPlusCredentialsAction.Rollback">
            <summary>
            Reverts a value to initial state.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.DataBase.ValidateDatabaseConnectionAction">
            <summary>
            Action that validate connection to database.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.DataBase.ValidateDatabaseConnectionAction._connectionString">
            <summary>
            Connection string.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.DataBase.ValidateDatabaseConnectionAction._dbValidatorPath">
            <summary>
            Path to database validator
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.DataBase.ValidateDatabaseConnectionAction._dbManager">
            <summary>
            Database manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.ValidateDatabaseConnectionAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.Action{System.Boolean})">
            <summary>
            Initializes a new instance of <see cref="T:ISHDeploy.Data.Actions.DataBase.ValidateDatabaseConnectionAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="connectionString">The connection string.</param>
            <param name="dbValidatorPath">Path to database validator executable</param>
            <param name="result">The execution result.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.ValidateDatabaseConnectionAction.ExecuteWithResult">
            <summary>
            Executes current action.
            </summary>
            <returns>Result of current action.</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.DataBase.Mapper.DataRowToModelMapper">
            <summary>
            Casts data from <see cref="T:System.Data.DataRow"/> to specified type
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.Mapper.DataRowToModelMapper.Map``1(System.Data.DataRow)">
            <summary>
            Map data from <see cref="T:System.Data.DataRow"/> to specified type
            </summary>
            <param name="row">The value.</param>
            <returns>
            The result of the conversion.
            </returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.DataBase.SqlCompactEnsureDataBaseExistsAction">
            <summary>
            Action that Checks if database file exists, otherwise runs webrequest to create file automatically.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.DataBase.SqlCompactEnsureDataBaseExistsAction._dbFilePath">
            <summary>
            Path to database File.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.DataBase.SqlCompactEnsureDataBaseExistsAction._baseUrl">
            <summary>
            Base Url for webRequest
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.DataBase.SqlCompactEnsureDataBaseExistsAction._fileManager">
            <summary>
            The file manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactEnsureDataBaseExistsAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.DataBase.SqlCompactExecuteAction" /> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="dbFilePath">The database file path.</param>
            <param name="baseUrl">The base URL.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactEnsureDataBaseExistsAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.DataBase.SqlCompactInsertUpdateAction">
            <summary>
            Action that run update SQL command.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.DataBase.SqlCompactInsertUpdateAction._tableName">
            <summary>
            The _table name
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.DataBase.SqlCompactInsertUpdateAction._fields">
            <summary>
            The _fields
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.DataBase.SqlCompactInsertUpdateAction._key">
            <summary>
            The _key
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactInsertUpdateAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.DataBase.SqlCompactInsertUpdateAction" /> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="connectionString">The connection used to open the SQL Server database.</param>
            <param name="tableName">Name of the table.</param>
            <param name="key">The key.</param>
            <param name="fields">The fields.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactInsertUpdateAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.DataBase.SqlCompactSelectAction`1">
            <summary>
            Action that run select SQL command.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.DataBase.SqlCompactSelectAction`1._sqlCommandExecutor">
            <summary>
            The SQL command executor.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.DataBase.SqlCompactSelectAction`1._query">
            <summary>
            The SQL command text.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactSelectAction`1.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.Action{System.Collections.Generic.IEnumerable{`0}})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.DataBase.SqlCompactSelectAction`1" /> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="connectionString">The connection used to open the SQL Server database.</param>
            <param name="query">The Transact-SQL statement, table name or stored procedure to execute at the data source.</param>
            <param name="result">The execution result.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactSelectAction`1.ExecuteWithResult">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactSelectAction`1.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactSelectAction`1.Dispose(System.Boolean)">
            <summary>
            Protected implementation of Dispose pattern.
            </summary>
            <param name="disposing">Indicates that managed sources should be disposed.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactSelectAction`1.Finalize">
            <summary>
            Destructor.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.DataBase.SqlCompactExecuteAction">
            <summary>
            Action that run update SQL command.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.DataBase.SqlCompactExecuteAction.SQLCommandExecutor">
            <summary>
            The SQL command executor.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.DataBase.SqlCompactExecuteAction._commandText">
            <summary>
            The SQL command text.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactExecuteAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.DataBase.SqlCompactExecuteAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="connectionString">The connection used to open the SQL Server database.</param>
            <param name="commandText">The Transact-SQL statement, table name or stored procedure to execute at the data source.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactExecuteAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactExecuteAction.TransactionCommit">
            <summary>
            Commit the SQL transaction
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactExecuteAction.TransactionRollback">
            <summary>
            Rollback the SQL transaction
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactExecuteAction.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactExecuteAction.Dispose(System.Boolean)">
            <summary>
            Protected implementation of Dispose pattern.
            </summary>
            <param name="disposing">Indicates that managed sources should be disposed.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.DataBase.SqlCompactExecuteAction.Finalize">
            <summary>
            Destructor of <see cref="T:ISHDeploy.Data.Actions.DataBase.SqlCompactExecuteAction"/>
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Directory.DirectoryCopyAction">
            <summary>
            Action responsible on directory copy.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryCopyAction._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryCopyAction._sourceDirectory">
            <summary>
            The source directory path.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryCopyAction._destinationDirectory">
            <summary>
            The destination directory path.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryCopyAction._overWrite">
            <summary>
            Flag which indicates that files will be overwritten.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryCopyAction._withSubDirectories">
            <summary>
            Flag which indicates that subdirectories will be copied.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Directory.DirectoryCopyAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.Boolean,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Directory.DirectoryCopyAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="sourceDirectory">The source directory path.</param>
            <param name="destinationDirectory">The destination directory path.</param>
            <param name="overwrite">Flag which indicates that files will be overwritten.</param>
            <param name="withSubDirectories">Flag which indicates that subdirectories will be copied.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Directory.DirectoryCopyAction.Execute">
            <inheritdoc cref="M:ISHDeploy.Data.Actions.Directory.DirectoryCopyAction.Execute"/>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Directory.RemoveDuplicatedFilesAction">
            <summary>
            Action responsible for removing duplicates in specified directories.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.RemoveDuplicatedFilesAction._directories">
            <summary>
            Collection with directories which contains duplicated files.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.RemoveDuplicatedFilesAction._removeOlder">
            <summary>
            Indicates which files should be removed.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.RemoveDuplicatedFilesAction._searchPattern">
            <summary>
            Search pattern for duplicates.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.RemoveDuplicatedFilesAction._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Directory.RemoveDuplicatedFilesAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.Collections.Generic.IList{System.String},System.Boolean,System.String)">
            <summary>
             
            </summary>
            <param name="logger">The logger.</param>
            <param name="directories">Collection with directories which contains duplicated files.</param>
            <param name="removeOlder">Indicates which files should be removed.</param>
            <param name="searchPattern">Search pattern for duplicates.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Directory.RemoveDuplicatedFilesAction.Execute">
            <inheritdoc cref="M:ISHDeploy.Data.Actions.Directory.RemoveDuplicatedFilesAction.Execute"/>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Directory.DirectoryBinReturnToVanilla">
            <summary>
            Action responsible for removing directory.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryBinReturnToVanilla._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryBinReturnToVanilla._folderPath">
            <summary>
            The folder to be removed
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryBinReturnToVanilla._backupFile">
            <summary>
            The file with list to be leaved the rest will be removed
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryBinReturnToVanilla._binFolderPath">
            <summary>
            Path to BIN folder
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Directory.DirectoryBinReturnToVanilla.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Directory.DirectoryRemoveAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="folderPath">The folder that will be removed.</param>
            <param name="backupFile">The file with list to be leaved the rest will be removed.</param>
            <param name="binFolderPath">Path to BIN folder.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Directory.DirectoryBinReturnToVanilla.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Directory.DirectoryEnsureExistsAction">
            <summary>
            Action that creates new folder.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryEnsureExistsAction._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryEnsureExistsAction._folderPath">
            <summary>
            The path to folder that will be created.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Directory.DirectoryEnsureExistsAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Directory.DirectoryEnsureExistsAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="folderPath">The path to folder that will be created.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Directory.DirectoryEnsureExistsAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Directory.DirectoryCreateAction">
            <summary>
            Action responsible for creation directory.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryCreateAction._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryCreateAction._folder">
            <summary>
            The folder to be removed
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Directory.DirectoryCreateAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Directory.DirectoryRemoveAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="folderPath">The folder that will be created.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Directory.DirectoryCreateAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Directory.DirectoryRemoveAction">
            <summary>
            Action responsible for removing directory.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryRemoveAction._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryRemoveAction._folder">
            <summary>
            The folder to be removed
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Directory.DirectoryRemoveAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Directory.DirectoryRemoveAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="folderPath">The folder that will be removed.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Directory.DirectoryRemoveAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Directory.DirectoryCreateZipPackageAction">
            <summary>
            Saves files to package.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileCreationAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryCreateZipPackageAction._destinationArchiveFilePath">
            <summary>
            The path of the archive to be created, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryCreateZipPackageAction._includeBaseDirectory">
            <summary>
            The parameter determines whether to include subfolders to the archive
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Directory.DirectoryCreateZipPackageAction._compressionLevel">
            <summary>
            Compression level
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Directory.DirectoryCreateZipPackageAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.Boolean,System.IO.Compression.CompressionLevel)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Directory.DirectoryCreateZipPackageAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="sourcePath">The path to the directory to be archived, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
            <param name="destinationArchiveFilePath">The path of the archive to be created, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
            <param name="includeBaseDirectory">'True' to include the directory name from sourceDirectoryName at the root of the archive; 'False' to include only the contents of the directory. 'False' by default</param>
            <param name="compressionLevel">Compression level. Default Optimal.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Directory.DirectoryCreateZipPackageAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersWithPossibilityToDeleteDestinationFileOnRollbackAction">
            <summary>
            Implements file copy action with placeholders replacement and with possibility to delete destination file on rollback.
            If during the operation any of another actions was unsuccessful, this action delete the file that has been copied on call of Rollback method.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersWithPossibilityToDeleteDestinationFileOnRollbackAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,Trisoft.Setup.Utilities.Interfaces.IPlaceHoldersHelper,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersWithPossibilityToDeleteDestinationFileOnRollbackAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="placeHoldersHelper">The placeholders helper.</param>
            <param name="sourcePath">The source file path.</param>
            <param name="destinationPath">The destination file path.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersWithPossibilityToDeleteDestinationFileOnRollbackAction.Backup">
            <summary>
            Creates backup of the asset.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersWithPossibilityToDeleteDestinationFileOnRollbackAction.Rollback">
            <summary>
            Reverts an asset to initial state.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersWithTemporaryBackupBeforeRewriteAction">
            <summary>
            Creates a temporary backup of the destination file before overwriting and replaces the placeholder after copying.
            We need a tempo backup to be able to return the version of the file that was before overwriting
            in case other actions were unsuccessful and we need to roll back to the previous state.
            If all actions in the operation were successful, the tempo backup will be deleted when calling the Clean method
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersWithTemporaryBackupBeforeRewriteAction._temporaryBackupPath">
            <summary>
            The path to temporary backup
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersWithTemporaryBackupBeforeRewriteAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,Trisoft.Setup.Utilities.Interfaces.IPlaceHoldersHelper,System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersWithTemporaryBackupBeforeRewriteAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="placeHoldersHelper">The placeholders helper.</param>
            <param name="sourcePath">The source file path.</param>
            <param name="destinationPath">The destination file path.</param>
            <param name="force">Replaces existing file if true.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersWithTemporaryBackupBeforeRewriteAction.Backup">
            <summary>
            Creates backup of the asset.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersWithTemporaryBackupBeforeRewriteAction.Rollback">
            <summary>
            Reverts an asset to initial state.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersWithTemporaryBackupBeforeRewriteAction.Clean">
            <summary>
            Cleans up artifacts after performing the action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersAction">
            <summary>
            Replaces placeholders on appropriate values from input parameters
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersAction._ishPathsHelper">
            <summary>
            Instance of <see cref="T:Trisoft.Setup.Utilities.Interfaces.IIshPathsHelper"/> with paths hepler methods.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersAction.SourcePath">
            <summary>
            The source file path
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersAction.DestinationPath">
            <summary>
            The destination file path
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersAction.FileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersAction._placeHoldersHelper">
            <summary>
            The PlaceHoldersHelper from Trisoft.Setup.Utilities.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersAction.Force">
            <summary>
            The force switch identifies if file needs to be replaced.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,Trisoft.Setup.Utilities.Interfaces.IPlaceHoldersHelper,System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="placeHoldersHelper">The placeholders helper.</param>
            <param name="sourcePath">The source file path.</param>
            <param name="destinationPath">The destination file path.</param>
            <param name="force">Replaces existing file if true.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyAndReplacePlaceholdersAction.Execute">
            <summary>
            Executes the action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileSaveAnObjectAction`1">
            <summary>
            Action that serializes object to the file.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileSaveAnObjectAction`1._xmlConfigManager">
            <summary>
            The xml manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileSaveAnObjectAction`1._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileSaveAnObjectAction`1._filePath">
            <summary>
            The file path
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileSaveAnObjectAction`1._data">
            <summary>
            Object to serialize.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileSaveAnObjectAction`1.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,`0)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileSaveAnObjectAction`1"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The path to file.</param>
            <param name="data">Object to serialize.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileSaveAnObjectAction`1.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileUpdateAttributesAction">
            <summary>
            Implements update files attributes action.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileUpdateAttributesAction._path">
            <summary>
            The file path.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileUpdateAttributesAction._attributesToExclude">
            <summary>
            Enumeration of attributes to exclude.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileUpdateAttributesAction._attributesToInclude">
            <summary>
            Enumeration of attributes to include.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileUpdateAttributesAction.FileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileUpdateAttributesAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.Nullable{System.IO.FileAttributes},System.Nullable{System.IO.FileAttributes})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileUpdateAttributesAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="path">The file path.</param>
            <param name="attributesToInclude">Enumeration of attributes to include.</param>
            <param name="attributesToExclude">Enumeration of attributes to exclude.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileUpdateAttributesAction.Execute">
            <summary>
            Executes the action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.BackupFilesAction">
            <summary>
            Action responsible for copying directory content from source to destination directory.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.BackupFilesAction._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.BackupFilesAction._destinationFolderPath">
            <summary>
            The destination folder path.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.BackupFilesAction._sourceFolderPath">
            <summary>
            The source folder path.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.BackupFilesAction._template">
            <summary>
            Define what will be copied.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.BackupFilesAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.BackupFilesAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="sourceFolderPath">Source folder.</param>
            <param name="destinationFolderPath">Destination folder.</param>
            <param name="template">Define what will be copied.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.BackupFilesAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileCopyAction">
            <summary>
            Implements file copy action
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyAction._sourcePath">
            <summary>
            The source file path
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyAction._destinationPath">
            <summary>
            The destination file path
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyAction._force">
            <summary>
            The force switch identifies if file needs to be replaced.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyAction._fileManager">
            <summary>
            The file manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileCopyAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="sourcePath">The source file path.</param>
            <param name="destinationPath">The destination file path.</param>
            <param name="force">Replaces existing file if true.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyAction.Execute">
            <summary>
            Executes the action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileExistsAction">
            <summary>
            Checks file exist.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileExistsAction._filePath">
            <summary>
            The file path.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileExistsAction._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileExistsAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.Action{System.Boolean})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileExistsAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
            <param name="returnResult">The delegate that returns all text of file.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileExistsAction.ExecuteWithResult">
            <summary>
            Executes current action and returns result.
            </summary>
            <returns>File content</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileSystemRightsAssignAction">
            <summary>
            Assigns the necessary permissions to a path for a user
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction" />
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileSystemRightsAssignAction.FileSystemAccessRights">
            <summary>
            File system access rights
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileSystemRightsAssignAction.FileSystemAccessRights.FullControl">
            <summary>
            The full control
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileSystemRightsAssignAction._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileSystemRightsAssignAction._path">
            <summary>
            The path to folder or file
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileSystemRightsAssignAction._user">
            <summary>
            The user
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileSystemRightsAssignAction._rights">
            <summary>
            The user rights
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileSystemRightsAssignAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,ISHDeploy.Data.Actions.File.FileSystemRightsAssignAction.FileSystemAccessRights)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileSystemRightsAssignAction"/> class.
            </summary>
            <param name="logger">The logger</param>
            <param name="path">The path to folder or file</param>
            <param name="user">The user</param>
            <param name="accessRights">The user access rights</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileSystemRightsAssignAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileAddHistoryEntryAction">
            <summary>
            Implements file copy action
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileAddHistoryEntryAction._path">
            <summary>
            The file path
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileAddHistoryEntryAction._text">
            <summary>
            The text.
            </summary>
        </member>
        <member name="P:ISHDeploy.Data.Actions.File.FileAddHistoryEntryAction.CurrentDate">
            <summary>
            Returns current date in format yyyyMMdd
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileAddHistoryEntryAction._ishDeploymentName">
            <summary>
            The deployment name
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileAddHistoryEntryAction._fileManager">
            <summary>
            The file manager
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileAddHistoryEntryAction._version">
            <summary>
            Module version
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileAddHistoryEntryAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.String,System.Version)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileAddHistoryEntryAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="path">The file path.</param>
            <param name="text">The text.</param>
            <param name="ishDeploymentName">The deployment name.</param>
            <param name="version">Module version.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileAddHistoryEntryAction.Execute">
            <summary>
            Executes the action.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileAddHistoryEntryAction.IsNewDate(System.String,System.String)">
            <summary>
            Returns true if current date is same as last history date.
            </summary>
            <param name="historyContent">Whole history file content.</param>
            <param name="currentDate">Current date.</param>
            <returns>True if last date in history content is the same as current date.</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileWaitUnlockAction">
            <summary>
            Action that waits until file becomes unlocked.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileWaitUnlockAction._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileWaitUnlockAction._filePath">
            <summary>
            The path to the file.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileWaitUnlockAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileCreateAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The path to the file.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileWaitUnlockAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileReadAllTextAction">
            <summary>
            Implements file read all text action.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseActionWithResult`1" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileReadAllTextAction._filePath">
            <summary>
            The file path.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileReadAllTextAction._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileReadAllTextAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.Action{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileReadAllTextAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
            <param name="returnResult">The delegate that returns all text of file.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileReadAllTextAction.ExecuteWithResult">
            <summary>
            Executes current action and returns result.
            </summary>
            <returns>File content</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileDeleteAction">
            <summary>
            Implements file delete action.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileDeleteAction._filePath">
            <summary>
            The file path.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileDeleteAction._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileDeleteAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileDeleteAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileDeleteAction.Execute">
            <summary>
            Executes the action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileCreateAction">
            <summary>
            Action that creates new file with content inside.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCreateAction._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCreateAction._fileContent">
            <summary>
            The file content
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCreateAction._destinationPath">
            <summary>
            The destination path for new file.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCreateAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileCreateAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="destinationPath">The destination path.</param>
            <param name="fileContent">Content of the new file.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCreateAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCreateAction.Rollback">
            <summary>
            Reverts an asset to initial state
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCreateAction.Backup">
            <summary>
            Creates backup of the asset
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileCleanDirectoryAction">
            <summary>
            Action responsible for cleaning folder content.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCleanDirectoryAction._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCleanDirectoryAction._folder">
            <summary>
            The folder which content will be cleaned.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCleanDirectoryAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileCleanDirectoryAction"/> class.
            </summary>
            <param name="logger">Logger Object</param>
            <param name="folderPath">Folder at deployment, where to put the reverted changes</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCleanDirectoryAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileCopyToDirectoryAction">
            <summary>
            Implements file copy to directory action
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyToDirectoryAction._sourcePath">
            <summary>
            The source file path
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyToDirectoryAction._destinationDirectory">
            <summary>
            The path to destination folder
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyToDirectoryAction._force">
            <summary>
            The force switch identifies if file needs to be replaced.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyToDirectoryAction._fileManager">
            <summary>
            The file manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyToDirectoryAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileCopyToDirectoryAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="sourcePath">The source file path.</param>
            <param name="destinationDirectory">The path to destination folder.</param>
            <param name="force">Replaces existing file if true.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyToDirectoryAction.Execute">
            <summary>
            Executes the action.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyToDirectoryAction.Rollback">
            <summary>
            Reverts an asset to initial state.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyToDirectoryAction.Backup">
            <summary>
            Used to create a backup of the file, however, as this command is doing no modification
            on existing file we keep this method empty
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileCopyDirectoryAction">
            <summary>
            Action responsible for copying directory content from source to destination directory.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyDirectoryAction._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyDirectoryAction._sourceFolder">
            <summary>
            The source folder path.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileCopyDirectoryAction._destinationFolder">
            <summary>
            The destination folder path.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyDirectoryAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileCopyDirectoryAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="sourceFolder">Source folder.</param>
            <param name="destinationFolder">Destination folder.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileCopyDirectoryAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.File.FileGenerateFromTemplateAction">
            <summary>
            Saves document generated from resource template.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileCreationAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileGenerateFromTemplateAction._templateFilePath">
            <summary>
            The path to template file.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileGenerateFromTemplateAction._outputFilePath">
            <summary>
            The output file path.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileGenerateFromTemplateAction._parameters">
            <summary>
            The set of parameters.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.File.FileGenerateFromTemplateAction._templateManager">
            <summary>
            The template manager/
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileGenerateFromTemplateAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.File.FileGenerateFromTemplateAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="outputFilePath">The output file path.</param>
            <param name="templateFilePath">The path to template file.</param>
            <param name="parameters">The set of parameters.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.File.FileGenerateFromTemplateAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileBehaviorConfigAction">
            <summary>
            Checks if behavior config file is valid
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileBehaviorConfigAction._collectiveSpacesCustomConfigFolderPath">
            <summary>
            The path to folder ~\InfoShareCS\Custom\
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileBehaviorConfigAction._behaviorConfigFileName">
            <summary>
            File name BehaviorConfig.xml
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileBehaviorConfigAction._behaviorConfigSchemaFileName">
            <summary>
            File name BehaviorConfig.xsd
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileBehaviorConfigAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.String,System.Action{System.Boolean})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileBehaviorConfigAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="collectiveSpacesCustomConfigFolderPath">The path to folder for custom config.</param>
            <param name="behaviorConfigFileName">File name BehaviorConfig.xml.</param>
            <param name="behaviorConfigSchemaFileName">File name BehaviorConfig.xsd.</param>
            <param name="returnResult">The delegate that returns boolean result.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileBehaviorConfigAction.ExecuteWithResult">
            <summary>
            Executes current action and returns compilation result as boolean.
            </summary>
            <returns>True if it is valid</returns>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileBehaviorConfigAction.ValidateXPaths(System.Xml.Linq.XDocument)">
            <summary>
            Validates the XPaths.
            </summary>
            <param name="document">Loaded XDocument.</param>
            <returns>True if XPaths are valid.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileBehaviorConfigAction.ValidateMenuItems(System.Xml.Linq.XDocument)">
            <summary>
            Validates the menuitem and menuitemref ids and references.
            </summary>
            <param name="document">Loaded XDocument.</param>
            <returns>True if no duplicate ids are found and there are no references to ids that do not exist.</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompiledSchemasAndSchemaLocationConfigFilesAction">
            <summary>
            Parses the result schema compiler file "{date}CompileResult.json" and extracts the compiled schema contents from it.
            It then saves the contents of the compiled schemas to file and creates the SchemaLocationConfig.xml
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompiledSchemasAndSchemaLocationConfigFilesAction._compiledResultFilePath">
            <summary>
            The file path of the schema compiler result.
            Typically ~\InfoShareCS\Custom\Schemas\{date}CompileResult.json
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompiledSchemasAndSchemaLocationConfigFilesAction._schemaLocationConfigXmlFilePath">
            <summary>
            The path where the SchemaLocationConfig.xml file will be saved.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompiledSchemasAndSchemaLocationConfigFilesAction._schemaInfos">
            <summary>
            The list with the information for the schemas (original schema path, compiled schema path, URN/Public Id mappings) that were send to the compiler
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompiledSchemasAndSchemaLocationConfigFilesAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,ISHDeploy.Common.Models.ISHFilePath,System.Collections.Generic.IReadOnlyCollection{ISHDeploy.Common.Models.FontoSchemaExperience.SchemaInfo})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompiledSchemasAndSchemaLocationConfigFilesAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="compiledResultFilePath">The file path of the schema compiler result.</param>
            <param name="schemaLocationConfigXmlFilePath">The path where the SchemaLocationConfig.xml file will be saved.</param>
            <param name="schemaInfos">The list with the information for the schemas (original schema path, compiled schema path, URN/Public Id mappings) that were send to the compiler</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompiledSchemasAndSchemaLocationConfigFilesAction.GetFilesToBackup(ISHDeploy.Common.Models.ISHFilePath,System.Collections.Generic.IReadOnlyCollection{ISHDeploy.Common.Models.FontoSchemaExperience.SchemaInfo})">
            <summary>
            Collects the file paths that need to be backed up
            </summary>
            <param name="schemaLocationConfigXmlFilePath">The path where the SchemaLocationConfig.xml file will be saved.</param>
            <param name="schemaInfos">The list with the information for the schemas (original schema path, compiled schema path, URN/Public Id mappings) that were send to the compiler</param>
            <returns>File paths to back up</returns>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompiledSchemasAndSchemaLocationConfigFilesAction.Execute">
            <summary>
            Executes current action
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompileResultFileAction">
            <summary>
            Starts the Fonto schema compiler, uploads the compiled schema bundle to the schema compiler,
            receives the result and stops the schema compiler
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompileResultFileAction.SchemaCompilerListenerBaseUriVariableName">
            <summary>
            Name of the environment variable that can be used to set the base uri including port number
            on which the Fonto schema compiler will listen for compile requests
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompileResultFileAction.SchemaCompilerListenerBaseUri">
            <summary>
            The base Uri (including port number) on which the Schema Compiler will be listening
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompileResultFileAction._fontoSchemaCompilerFilePath">
            <summary>
            The file path of the Fonto schema compiler executable.
            Typically App\Utilities\FontoSchemaCompiler\FontoXml.Sdk.SchemaCompiler.App.exe
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompileResultFileAction._compressedSchemaBundleFilePath">
             <summary>
            The file path of the compressed schema bundle to be uploaded to the compiler.
             Typically ~\InfoShareCS\Custom\Schema\{date}SchemaBundle.zip
             </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompileResultFileAction._compiledResultFilePath">
            <summary>
            The file path that will be used to store the resulting schema compiler result.
            Typically ~\InfoShareCS\Custom\Schema\{date}CompileResult.json
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompileResultFileAction._getFreePortAction">
            <summary>
            Action which is responsible on providing free port number.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompileResultFileAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.String,ISHDeploy.Common.Interfaces.Actions.IGetFreePortAction)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompileResultFileAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="fontoSchemaCompilerFilePath">The file path of the Fonto schema compiler executable.</param>
            <param name="compressedSchemaBundleFilePath">The file path of the compressed schema bundle to be uploaded to the compiler.</param>
            <param name="compiledResultFilePath">The file path that will be used to store the resulting schema compiler result.</param>
            <param name="getFreePortAction">Action which is responsible on providing free port number.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompileResultFileAction.Execute">
            <summary>
            Executes current action
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateCompileResultFileAction.StartProcess(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Starts a new process with the specified arguments, but does not wait for it to finish
            </summary>
            <param name="commandPart">Process to start</param>
            <param name="arguments">Arguments</param>
            <param name="workingDirectory">Working Directory. Pass null if no specific working directory is needed</param>
            <param name="environmentVariables">Environment variables. Pass null if no environment variables are needed</param>
            <returns>The exit code</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateFontoNormalizationConfigAction">
            <summary>
            Creates xml configuration part responsible on xml normalization.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateFontoNormalizationConfigAction.ConfigNormalizationSectionContainerXPath">
            <summary>
            XPath to normalization config section container.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateFontoNormalizationConfigAction._xmlConfigManager">
            <summary>
            Instance of <see cref="T:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager"/> responsible on config handling.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateFontoNormalizationConfigAction._normalizationWebConfigPaths">
            <summary>
            Path to infoshare author web config file.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateFontoNormalizationConfigAction._normalizationConfigElement">
            <summary>
            Configuration element responsible on xml normalization.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateFontoNormalizationConfigAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.List{ISHDeploy.Common.Models.ISHFilePath})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateFontoNormalizationConfigAction"/> class.
            </summary>
            <param name="logger">The logger instance.</param>
            <param name="inlineElements">Collection with element names to handle inline.</param>
            <param name="preserveWhiteSpaceElements">Collection with element names to preserve whitespaces.</param>
            <param name="normalizationWebConfigPaths">Collection with paths to infoshare web config files.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateFontoNormalizationConfigAction.Execute">
            <inheritdoc cref="M:ISHDeploy.Data.Actions.BaseAction.Execute"/>
        </member>
        <member name="T:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateNewCatalogAction">
            <summary>
            Copies schemas and creates new catalog.xml file
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateNewCatalogAction._destinationFolderPath">
            <summary>
            The path to folder ~\InfoShareCS\Custom\Temp\
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateNewCatalogAction._docTypesFolderPath">
            <summary>
            The path to folder ~\Author\ASP\DocTypes\
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateNewCatalogAction._docTypesCatalogFileName">
            <summary>
            File name catalog.xml
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateNewCatalogAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.String,System.Action{System.Boolean})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateNewCatalogAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="destinationFolderPath">The path to copy the files into.</param>
            <param name="docTypesFolderPath">The source path to folder for custom doctypes such as catalog.xml</param>
            <param name="docTypesCatalogFileName">File name catalog.xml</param>
            <param name="returnResult">The delegate that returns success result</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateNewCatalogAction.MakeRelativeUriToSchemaBundle(System.String)">
            <summary>
            Creates a uri relative to the schema bundle uri
            </summary>
            <param name="fileLocation"></param>
            <returns>Relative uri</returns>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateNewCatalogAction.ExecuteWithResult">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateFontoJsonAction">
            <summary>
            Creates fonto.json file that is an input file for Fonto schema compiler
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateFontoJsonAction._destinationFolderPath">
            <summary>
            The path to folder ~\InfoShareCS\Custom\Temp\
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateFontoJsonAction._schemaIdentifierMappings">
            <summary>
            NameValueCollection with the schema locations and their associated DTD public ids+schema urns
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateFontoJsonAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateFontoJsonAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="destinationFolderPath">The path to copy the files into.</param>
            <param name="schemaIdentifierMappings">NameValueCollection with the schema locations and their associated DTD public ids+schema urns.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateFontoJsonAction.MakeRelativeUriToSchemaBundle(System.String)">
            <summary>
            Creates a uri relative to the schema bundle uri
            </summary>
            <param name="fileLocation"></param>
            <returns>Relative uri</returns>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CreateFontoJsonAction.Execute">
            <summary>
            Executes current action
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileSchemasAction">
            <summary>
            Checks if schemas compile.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileSchemasAction._sourceFolderPath">
            <summary>
            The path to folder ~\InfoShareCS\Custom\Temp\
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileSchemasAction._docTypesFolderPath">
            <summary>
            The path to folder ~\Author\ASP\DocTypes\
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileSchemasAction._docTypesCatalogFileName">
            <summary>
            File name catalog.xml
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileSchemasAction._docTypesCatalogMappingFileName">
            <summary>
            File name catalog-mapping.xml
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileSchemasAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.String,System.String,System.Action{ISHDeploy.Common.Models.FontoSchemaExperience.CompileSchemaActionResult})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileSchemasAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="sourceFolderPath">The file path.</param>
            <param name="docTypesFolderPath">The file path.</param>
            <param name="docTypesCatalogFileName">File name catalog.xml</param>
            <param name="docTypesCatalogMappingFileName">File name catalog-mapping.xml</param>
            <param name="returnResult">The delegate that returns tuple with success and mappings results</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.CompileSchemasAction.ExecuteWithResult">
            <summary>
            Executes current action and returns true or false with schema identifier mappings.
            </summary>
            <returns>Schema identifier mappings</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.FontoSchemaExperience.FontoCompilerClient">
            <summary>
            Client interface for the Schema Compiler REST api.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.FontoCompilerClient.HealthApiUri">
            <summary>
            Relative Uri to the Fonto Schema Compiler "health" endpoint
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.FontoCompilerClient.CompileApiUri">
            <summary>
            Relative Uri to the Fonto Schema Compiler "compile" endpoint
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.FontoSchemaExperience.FontoCompilerClient._client">
            <summary>
            Http client
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.FontoCompilerClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.FontoSchemaExperience.FontoCompilerClient"/> class.
            </summary>
            <param name="client">Http client</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.FontoCompilerClient.GetHealthResponse">
            <summary>
            Gets the response of the Fonto Schema Compiler health call
            </summary>
            <returns>A string containing the response of the api/health call.
            At this moment the result looks like this:
            {"application":{"company":"Fonto","product":"Schema Compiler","version":"7.8.1"}}
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.FontoCompilerClient.CompileSchemas(System.String)">
            <summary>
            Invokes the schema compiler.
            This process reads the bytes of the schema bundle zip and uploads it to the compiler via the
            POST /api/compile method.
            </summary>
            <param name="compressedSchemaBundleFilePath">The file path of the zipped schema bundle.</param>
            <returns>
            A string containing a json with the mapping between the schema name and the actual schema data
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Actions.FontoSchemaExperience.FontoCompilerClient.Dispose">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Data.Actions.ISHProject.RemoveISHBackgroundTaskComponentAction">
            <summary>
            Removes the BackgroundTask component of given role.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.ISHProject.RemoveISHBackgroundTaskComponentAction._role">
            <summary>
            The BackgroundTask role
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.ISHProject.RemoveISHBackgroundTaskComponentAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,ISHDeploy.Common.Models.ISHComponentsCollection,System.String)">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.ISHProject.RemoveISHBackgroundTaskComponentAction"/> to save BackgroundTask component status
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
            <param name="filePath">Path to file that will be modified</param>
            <param name="vanillaISHComponentsCollection">Vanilla collection of ISHComponents</param>
            <param name="role">The BackgroundTask role</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.ISHProject.RemoveISHBackgroundTaskComponentAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.ISHProject.AddISHBackgroundTaskComponentAction">
            <summary>
            Adds the BackgroundTask component of given Role.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.ISHProject.AddISHBackgroundTaskComponentAction._role">
            <summary>
            The BackgroundTask role
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.ISHProject.AddISHBackgroundTaskComponentAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,ISHDeploy.Common.Models.ISHComponentsCollection,System.String)">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.ISHProject.SaveISHComponentAction"/> to save BackgroundTask component status
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
            <param name="filePath">Path to file that will be modified</param>
            <param name="vanillaISHComponentsCollection">Vanilla collection of ISHComponents</param>
            <param name="role">The BackgroundTask role</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.ISHProject.AddISHBackgroundTaskComponentAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.ISHProject.SaveISHDeploymentStatusAction">
            <summary>
            Saves the status of deployment.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IRestorableAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.ISHProject.SaveISHDeploymentStatusAction._dataAggregateHelper">
            <summary>
            The data aggregate helper
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.ISHProject.SaveISHDeploymentStatusAction._projectName">
            <summary>
            The data aggregate helper
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.ISHProject.SaveISHDeploymentStatusAction._previousStatus">
            <summary>
            The previous status of deployment
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.ISHProject.SaveISHDeploymentStatusAction._newStatus">
            <summary>
            The new status of deployment
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.ISHProject.SaveISHDeploymentStatusAction.#ctor(System.String,ISHDeploy.Common.Enums.ISHDeploymentStatus)">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.ISHProject.SaveISHDeploymentStatusAction"/>
            </summary>
            <param name="projectName">The deployment name</param>
            <param name="status">The deployment status</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.ISHProject.SaveISHDeploymentStatusAction.Backup">
            <summary>
            Creates backup of the asset.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.ISHProject.SaveISHDeploymentStatusAction.Rollback">
            <summary>
            Reverts an asset to initial state.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.ISHProject.SaveISHDeploymentStatusAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.ISHProject.SaveISHComponentAction">
            <summary>
            Saves an component of given deployment on current system.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.ISHProject.SaveISHComponentAction._componentName">
            <summary>
            The InfoShare component name
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.ISHProject.SaveISHComponentAction._isComponentEnabled">
            <summary>
            The status of Component. True if Enabled
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.ISHProject.SaveISHComponentAction._isComponentRunning">
            <summary>
            Is the component running or not?
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.ISHProject.SaveISHComponentAction._role">
            <summary>
            The BackgroundTask role
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.ISHProject.SaveISHComponentAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,ISHDeploy.Common.Models.ISHComponentsCollection,ISHDeploy.Common.Enums.ISHComponentName,System.Boolean,System.Boolean)">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.ISHProject.SaveISHComponentAction"/> to save a new status of any component but not the status of BackgroundTask component.
            For BackgroundTask component please use another constructor
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
            <param name="filePath">Path to file that will be modified</param>
            <param name="vanillaISHComponentsCollection">Vanilla collection of ISHComponents</param>
            <param name="componentName">The InfoShare component name</param>
            <param name="isEnabled">The status of Component. True if Enabled</param>
            <param name="isRunning">Is the component running or not?</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.ISHProject.SaveISHComponentAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,ISHDeploy.Common.Models.ISHComponentsCollection,System.String,System.Boolean,System.Boolean)">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.ISHProject.SaveISHComponentAction"/> to save BackgroundTask component status
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
            <param name="filePath">Path to file that will be modified</param>
            <param name="vanillaISHComponentsCollection">Vanilla collection of ISHComponents</param>
            <param name="role">The BackgroundTask role</param>
            <param name="isEnabled">The status of BackgroundTask component. True if Enabled</param>
            <param name="isRunning">Is the component running or not?</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.ISHProject.SaveISHComponentAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.ISHProject.GetISHDeploymentParametersAction">
            <summary>
            Gets parameters for given deployment on current system.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseActionWithResult`1" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.ISHProject.GetISHDeploymentParametersAction._xmlConfigManager">
            <summary>
            The XML configuration manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.ISHProject.GetISHDeploymentParametersAction._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.ISHProject.GetISHDeploymentParametersAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Action{System.Collections.Generic.IEnumerable{ISHDeploy.Common.Models.ISHDeploymentParameter}})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.ISHProject.GetISHDeploymentParametersAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="originalFilePath">Full path to original file.</param>
            <param name="changedFilePath">Full path to cahnged file.</param>
            <param name="original">Get initial data for deployment.</param>
            <param name="changed">Get difference from initial data for deployment.</param>
            <param name="showPassword">Show real passwords.</param>
            <param name="returnResult">The delegate that returns collection with parameters.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.ISHProject.GetISHDeploymentParametersAction.ExecuteWithResult">
            <summary>
            Executes current action and returns result.
            </summary>
            <returns>Collection with parameters depend on flags.</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.ISHProject.GetISHDeploymentsAction">
            <summary>
            Gets all instances of the installed Content Manager deployment for the current system.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseActionWithResult`1" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.ISHProject.GetISHDeploymentsAction._dataAggregateHelper">
            <summary>
            The aggregator of data.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.ISHProject.GetISHDeploymentsAction._registryManager">
            <summary>
            The registry manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.ISHProject.GetISHDeploymentsAction._projectName">
            <summary>
            The Content Manager deployment name.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.ISHProject.GetISHDeploymentsAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.Action{System.Collections.Generic.IEnumerable{ISHDeploy.Common.Models.ISHDeployment}})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.ISHProject.GetISHDeploymentsAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="projectName">The Content Manager deployment name.</param>
            <param name="returnResult">The delegate that returns list of Content Manager deployments.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.ISHProject.GetISHDeploymentsAction.ExecuteWithResult">
            <summary>
            Executes current action and returns result.
            </summary>
            <returns>Content Manager deployment in acccordance with name.</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.JsonFile.JsonSetValueAction">
            <summary>
            The action is responsible for setting a value for the json property that matches the given ishFilePath.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.JsonFile.JsonSetValueAction._value">
            <summary>
            The new value.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.JsonFile.JsonSetValueAction._fieldPath">
            <summary>
            JPath to the field.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.JsonFile.JsonSetValueAction._jsonConfigManager">
            <summary>
            The json configuration manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.JsonFile.JsonSetValueAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.String)">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.JsonFile.JsonRegexReplaceAction"/>
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
            <param name="ishFilePath">Path to file that will be modified</param>
            <param name="fieldPath">JPath to the field</param>
            <param name="value">The replacement new value</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.JsonFile.JsonSetValueAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.JsonFile.JsonRegexReplaceAction">
            <summary>
            The action is responsible for replace json field value that matches the search regular expression pattern.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.JsonFile.JsonRegexReplaceAction._replacePattern">
            <summary>
            The regular expression pattern that is searched for.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.JsonFile.JsonRegexReplaceAction._replacement">
            <summary>
            The replacement new value.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.JsonFile.JsonRegexReplaceAction._fieldPath">
            <summary>
            JPath to the field.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.JsonFile.JsonRegexReplaceAction._jsonConfigManager">
            <summary>
            The json configuration manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.JsonFile.JsonRegexReplaceAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.String,System.String)">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.JsonFile.JsonRegexReplaceAction"/>
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
            <param name="ishFilePath">Path to file that will be modified</param>
            <param name="replacePattern">The regular expression pattern that is searched for</param>
            <param name="replacement">The replacement new value</param>
            <param name="fieldPath">JPath to the field</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.JsonFile.JsonRegexReplaceAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.JsonFile.UpdateJsonAction">
            <summary>
            Encapsulates generic modification action for specified json file.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.JsonFile.UpdateJsonAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.Action)">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.JsonFile.UpdateJsonAction"/>.
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/>.</param>
            <param name="ishFilePath">Path to file that will be modified.</param>
            <param name="modifyAction">The action to invoke.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.JsonFile.UpdateJsonAction.Execute">
            <inheritdoc/>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Process.LogInformationAction">
            <summary>
            Logs the progress of the operation
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.Process.LogInformationAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.Process.LogInformationAction._logger">
            <summary>
            The path to executive file.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Process.LogInformationAction._actionDescription">
            <summary>
            Description of the current action.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Process.LogInformationAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Process.LogInformationAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="actionDescription">Description of the current action.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Process.LogInformationAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Process.ExecutePromptAction">
            <summary>
            Executes prompt with result.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Process.ExecutePromptAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.Action{System.String},System.String,System.Nullable{System.TimeSpan})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Process.ExecutePromptAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="returnResult">The delegate that returns value.</param>
            <param name="command">The prompt command.</param>
            <param name="timeout">The execution command timeout.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Process.ExecutePromptAction.ExecuteWithResult">
            <inheritdoc cref="M:ISHDeploy.Data.Actions.BaseActionWithResult`1.ExecuteWithResult"/>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Process.GetFreePortAction">
            <summary>
            Finds free port dynamically.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Process.GetFreePortAction._startOfRange">
            <summary>
            Represent start of range in which free port will be searched.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Process.GetFreePortAction._endOfRange">
            <summary>
            Represent end of range in which free port will be searched.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Process.GetFreePortAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.Action{System.Int32},System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Process.GetFreePortAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="returnResult">The delegate that returns execution result.</param>
            <param name="startOfRange">Represent start of range in which free port will be searched.</param>
            <param name="endOfRange">Represent end of range in which free port will be searched.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Process.GetFreePortAction.ExecuteWithResult">
            <summary>
            Finds free port dynamically.
            </summary>
            <returns>Free port number.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Process.GetFreePortAction.Validate(System.Int64,System.Int64)">
            <summary>
            Validate range of port numbers.
            </summary>
            <param name="startRange">Start of the range.</param>
            <param name="endRange">End of the range.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Process.GetFreePortAction.GetFreePortNumber">
            <inheritdoc cref="M:ISHDeploy.Common.Interfaces.Actions.IGetFreePortAction.GetFreePortNumber"/>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Process.CheckPortInUseAction">
            <summary>
            Checks that specified port number is in use.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Process.CheckPortInUseAction._portNumber">
            <summary>
            Port number.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Process.CheckPortInUseAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.Action{System.Boolean},System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Process.CheckPortInUseAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="returnResult">The delegate that returns execution result.</param>
            <param name="portNumber">The port number.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Process.CheckPortInUseAction.ExecuteWithResult">
            <summary>
            Checks that specified port is in use.
            </summary>
            <returns>Flag which reflects that specified port is in use.</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Process.StartProcessAction">
            <summary>
            Starts an executive file with parameters.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.Process.StartProcessAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.Process.StartProcessAction._filePath">
            <summary>
            The path to executive file.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Process.StartProcessAction._arguments">
            <summary>
            The path to executive file.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Process.StartProcessAction._processManager">
            <summary>
            The windows service manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Process.StartProcessAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Process.StartProcessAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The path to executive file.</param>
            <param name="arguments">The arguments</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Process.StartProcessAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Registry.SetRegistryValueAction">
            <summary>
            Implements registry set value action
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Registry.SetRegistryValueAction._registryValue">
            <summary>
            The value to be stored.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Registry.SetRegistryValueAction._vanillaRegistryValuesFilePath">
            <summary>
            The registry key name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Registry.SetRegistryValueAction._registryManager">
            <summary>
            The registry manager
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Registry.SetRegistryValueAction._fileManager">
            <summary>
            The registry manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Registry.SetRegistryValueAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.Backup.RegistryValue,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Registry.SetRegistryValueAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="registryValue">The registry value.</param>
            <param name="vanillaRegistryValuesFilePath">The value.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Registry.SetRegistryValueAction.Execute">
            <summary>
            Executes the action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.MultipleFilesAction">
            <summary>
            Class to do multiple file manipulations
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.MultipleFilesAction.BackUpFileExtension">
            <summary>
            Extension for backup files
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.MultipleFilesAction.IshFilePaths">
            <summary>
            IshFilePath instance, containing relative path, deployment and deployment type
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.MultipleFilesAction.OriginalFilePathsBackupPaths">
            <summary>
            Dictionary with the original file locations and their matching back up file locations
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.MultipleFilesAction.FileManager">
            <summary>
            File Manager instance
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.MultipleFilesAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.Collections.Generic.List{ISHDeploy.Common.Models.ISHFilePath})">
            <summary>
            Implements multiple files action constructor
            </summary>
            <param name="logger">Logger</param>
            <param name="ishFilePaths">Wrapper for file paths</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.MultipleFilesAction.Finalize">
            <summary>
            Destructor to call dispose
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.MultipleFilesAction.Rollback">
            <summary>
            Does a rollback of the created and updated files
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.MultipleFilesAction.Backup">
            <summary>
            Does Back up of the files
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.MultipleFilesAction.EnsureVanillaBackUpExists">
            <summary>
            Verify that back up file for vanilla instance is exists
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.MultipleFilesAction.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.MultipleFilesAction.GetNewBackUpFileName(System.String)">
            <summary>
            Returns back up file path
            </summary>
            <returns>Path to backup file</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.TextFile.TextRegexReplaceAction">
            <summary>
            The action is responsible for replace text that matches the search regular expression pattern.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.TextFile.TextRegexReplaceAction._replacePattern">
            <summary>
            The regular expression pattern that is searched for.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.TextFile.TextRegexReplaceAction._replacement">
            <summary>
            The replacement new value.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.TextFile.TextRegexReplaceAction._textConfigManager">
            <summary>
            The text configuration manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.TextFile.TextRegexReplaceAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.String)">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.TextFile.TextRegexReplaceAction"/>
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
            <param name="filePath">Path to file that will be modified</param>
            <param name="replacePattern">The regular expression pattern that is searched for</param>
            <param name="replacement">The replacement new value</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.TextFile.TextRegexReplaceAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.TextFile.TextReplaceAction">
            <summary>
            The action is responsible for replace text that matches the saarch pattern.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.TextFile.TextReplaceAction._searchPattern">
            <summary>
            The searched placeholders.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.TextFile.TextReplaceAction._newValue">
            <summary>
            The searched placeholders.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.TextFile.TextReplaceAction._textConfigManager">
            <summary>
            The text configuration manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.TextFile.TextReplaceAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.String)">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.TextFile.CommentBlockAction"/>
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
            <param name="filePath">Path to file that will be modified</param>
            <param name="searchPattern">Searched pattern</param>
            <param name="newValue">The new value</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.TextFile.TextReplaceAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.TextFile.CommentBlockAction">
            <summary>
            The action is responsible for commenting the block of text inside the text file.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.TextFile.CommentBlockAction._searchPatterns">
            <summary>
            The searched placeholders.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.TextFile.CommentBlockAction._textConfigManager">
            <summary>
            The text configuration manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.TextFile.CommentBlockAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String)">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.TextFile.CommentBlockAction"/>
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
            <param name="filePath">Path to file that will be modified</param>
            <param name="searchPattern">Searched comment pattern</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.TextFile.CommentBlockAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.TextFile.CommentBlockAction"/>
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
            <param name="filePath">Path to file that will be modified</param>
            <param name="searchPatterns">Searched comment patterns</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.TextFile.CommentBlockAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.TextFile.UncommentBlockAction">
            <summary>
            The action is responsible for uncommenting the block of text inside the text file.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.TextFile.UncommentBlockAction._searchPatterns">
            <summary>
            The searched placeholders.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.TextFile.UncommentBlockAction._textConfigManager">
            <summary>
            The text configuration manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.TextFile.UncommentBlockAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String)">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.TextFile.UncommentBlockAction"/>
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
            <param name="filePath">Path to file that will be modified</param>
            <param name="searchPattern">Searched comment pattern</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.TextFile.UncommentBlockAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.TextFile.UncommentBlockAction"/>
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
            <param name="filePath">Path to file that will be modified</param>
            <param name="searchPatterns">Searched comment patterns</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.TextFile.UncommentBlockAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.WebAdministration.SetWebConfigurationPropertyAction">
            <summary>
            Sets web configuration property
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileCreationAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.SetWebConfigurationPropertyAction._webSiteName">
            <summary>
            The Application Pool name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.SetWebConfigurationPropertyAction._configurationXPath">
            <summary>
            The xPath to get configuration node.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.SetWebConfigurationPropertyAction._value">
            <summary>
            The Application Pool property value.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.SetWebConfigurationPropertyAction._propertyName">
            <summary>
            The web configuration property name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.SetWebConfigurationPropertyAction._webAdminManager">
            <summary>
            The web Administration manager
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.SetWebConfigurationPropertyAction._backedUpValue">
            <summary>
            The Application Pool property previous value.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.SetWebConfigurationPropertyAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,ISHDeploy.Common.Enums.WebConfigurationProperty,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WebAdministration.SetWebConfigurationPropertyAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="webSiteName">Name of the web site.</param>
            <param name="configurationXPath">The xPath to get configuration node.</param>
            <param name="propertyName">The name of WebConfiguration property.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.SetWebConfigurationPropertyAction.Backup">
            <summary>
            Gets current value before change.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.SetWebConfigurationPropertyAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.SetWebConfigurationPropertyAction.Rollback">
            <summary>
            Reverts a value to initial state.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.WebAdministration.WindowsAuthenticationSwitcherAction">
            <summary>
            Disables or enables the windows authentication.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.WindowsAuthenticationSwitcherAction._webSiteName">
            <summary>
            The site name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.WindowsAuthenticationSwitcherAction._enable">
            <summary>
            The site name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.WindowsAuthenticationSwitcherAction._webAdministrationManager">
            <summary>
            The web Administration manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.WindowsAuthenticationSwitcherAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WebAdministration.StopApplicationPoolAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="webSiteName">Name of the web site.</param>
            <param name="enable">if set to <c>true</c> then enable WindowsAuthentication.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.WindowsAuthenticationSwitcherAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.WebAdministration.SetApplicationPoolPropertyAction">
            <summary>
            Sets property of application pool
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileCreationAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.SetApplicationPoolPropertyAction._appPoolName">
            <summary>
            The Application Pool name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.SetApplicationPoolPropertyAction._value">
            <summary>
            The Application Pool property value.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.SetApplicationPoolPropertyAction._propertyName">
            <summary>
            The Application Pool property name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.SetApplicationPoolPropertyAction._webAdminManager">
            <summary>
            The web Administration manager
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.SetApplicationPoolPropertyAction._backedUpValue">
            <summary>
            The Application Pool property previous value.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.SetApplicationPoolPropertyAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,ISHDeploy.Common.Enums.ApplicationPoolProperty,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WebAdministration.SetApplicationPoolPropertyAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="appPoolName">Name of the application pool.</param>
            <param name="propertyName">The name of ApplicationPool property.</param>
            <param name="value">The name of user.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.SetApplicationPoolPropertyAction.Backup">
            <summary>
            Gets current value before change.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.SetApplicationPoolPropertyAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.SetApplicationPoolPropertyAction.Rollback">
            <summary>
            Reverts a value to initial state.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.WebAdministration.StopApplicationPoolAction">
            <summary>
            Stops an application pool.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileCreationAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.StopApplicationPoolAction._appPoolName">
            <summary>
            The Application Pool name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.StopApplicationPoolAction._webAdminManager">
            <summary>
            The web Administration manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.StopApplicationPoolAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WebAdministration.StopApplicationPoolAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="appPoolName">Name of the application pool.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.StopApplicationPoolAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.StopApplicationPoolAction.Backup">
            <summary>
            Creates backup of the asset.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.StopApplicationPoolAction.Rollback">
            <summary>
            Reverts an asset to initial state.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.WebAdministration.RecycleApplicationPoolAction">
            <summary>
            Recycles an application pool.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileCreationAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.RecycleApplicationPoolAction._appPoolName">
            <summary>
            The Application Pool name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.RecycleApplicationPoolAction._startIfNotRunning">
            <summary>
            The parameter determines whether application pool should be started if it was not running before
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WebAdministration.RecycleApplicationPoolAction._webAdminManager">
            <summary>
            The web Administration manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.RecycleApplicationPoolAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WebAdministration.RecycleApplicationPoolAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="appPoolName">Name of the application pool.</param>
            <param name="startIfNotRunning">if set to <c>true</c> then starts application pool if not running.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WebAdministration.RecycleApplicationPoolAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.WindowsServices.InstallWindowsServiceAction">
            <summary>
            Sets windows service credentials.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.InstallWindowsServiceAction._service">
            <summary>
            The name of deployment service.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.InstallWindowsServiceAction._serviceManager">
            <summary>
            The windows service manager
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.InstallWindowsServiceAction._registryManager">
            <summary>
            The registry manager
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.InstallWindowsServiceAction._userName">
            <summary>
            The windows service userName
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.InstallWindowsServiceAction._password">
            <summary>
            The windows service password
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.InstallWindowsServiceAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.Backup.ISHWindowsServiceBackup,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WindowsServices.InstallWindowsServiceAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="service">The service.</param>
            <param name="userName">The user name.</param>
            <param name="password">The password.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.InstallWindowsServiceAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.WindowsServices.RemoveWindowsServiceDependencyAction">
            <summary>
            Remove (all) dependencies for the windows service
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.RemoveWindowsServiceDependencyAction._serviceName">
            <summary>
            The name of deployment service.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.RemoveWindowsServiceDependencyAction._serviceManager">
            <summary>
            The windows service manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.RemoveWindowsServiceDependencyAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHWindowsService)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WindowsServices.RemoveWindowsServiceDependencyAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="service">The deployment service</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.RemoveWindowsServiceDependencyAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceCredentialsAction">
            <summary>
            Sets windows service credentials.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceCredentialsAction._serviceName">
            <summary>
            The name of deployment service.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceCredentialsAction._serviceManager">
            <summary>
            The windows service manager
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceCredentialsAction._userName">
            <summary>
            The windows service userName
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceCredentialsAction._previousUserName">
            <summary>
            The windows service previous UserName
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceCredentialsAction._password">
            <summary>
            The windows service password
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceCredentialsAction._previousPassword">
            <summary>
            The windows service previous password
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceCredentialsAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceCredentialsAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="serviceName">The name of deployment service.</param>
            <param name="userName">The user name.</param>
            <param name="previousUserName">The previous user name.</param>
            <param name="password">The password.</param>
            <param name="previousPassword">The previous password.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceCredentialsAction.Backup">
            <summary>
            Gets current value before change.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceCredentialsAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceCredentialsAction.Rollback">
            <summary>
            Reverts a value to initial state.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.WindowsServices.CloneWindowsServiceAction">
            <summary>
            Clones an windows service.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileCreationAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.CloneWindowsServiceAction._service">
            <summary>
            The deployment service.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.CloneWindowsServiceAction._serviceManager">
            <summary>
            The windows service manager
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.CloneWindowsServiceAction._registryManager">
            <summary>
            The registry manager
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.CloneWindowsServiceAction._sequence">
            <summary>
            The sequence of new service
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.CloneWindowsServiceAction._userName">
            <summary>
            The windows service userName
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.CloneWindowsServiceAction._password">
            <summary>
            The windows service password
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.CloneWindowsServiceAction._role">
            <summary>
            The role of BackgroundTask service
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.CloneWindowsServiceAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHWindowsService,System.Int32,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WindowsServices.CloneWindowsServiceAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="service">The deployment service.</param>
            <param name="sequence">The sequence of new service.</param>
            <param name="userName">The user name.</param>
            <param name="password">The password.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.CloneWindowsServiceAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHWindowsService,System.Int32,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WindowsServices.CloneWindowsServiceAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="service">The deployment service.</param>
            <param name="sequence">The sequence of new service.</param>
            <param name="userName">The user name.</param>
            <param name="password">The password.</param>
            <param name="role">The role of BackgroundTask service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.CloneWindowsServiceAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.WindowsServices.RemoveWindowsServiceAction">
            <summary>
            Removes an windows service.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileCreationAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.RemoveWindowsServiceAction._service">
            <summary>
            The deployment service.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.RemoveWindowsServiceAction._serviceManager">
            <summary>
            The windows service manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.RemoveWindowsServiceAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHWindowsService)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WindowsServices.RemoveWindowsServiceAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="service">The deployment service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.RemoveWindowsServiceAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceStartupTypeAction">
            <summary>
            Set windows service startup type (Manual, Automatic (Delayed start), Automatic,...)
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceStartupTypeAction._serviceName">
            <summary>
            The name of deployment service.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceStartupTypeAction._serviceManager">
            <summary>
            The windows service manager
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceStartupTypeAction._startupType">
            <summary>
            The startup type of the service
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceStartupTypeAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHWindowsService,ISHDeploy.Common.Enums.ISHWindowsServiceStartupType)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceStartupTypeAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="service">The deployment service</param>
            <param name="startupType">The new startup type of the service</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.SetWindowsServiceStartupTypeAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.WindowsServices.WindowsServiceVanillaBackUpAction">
            <summary>
            The action to backup state of windows service of deployment of specified type
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.WindowsServiceVanillaBackUpAction._backupFilePath">
            <summary>
            The path to backup file
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.WindowsServiceVanillaBackUpAction._vanillaStateFilePath">
            <summary>
            The path to the file with vanilla state of deployment components to do backup of services from vanilla list only
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.WindowsServiceVanillaBackUpAction._deploymentName">
            <summary>
            The name of deployment as the name of the service contains the name of the deployment at the beginning
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.WindowsServiceVanillaBackUpAction._serviceType">
            <summary>
            Type of service to be backuped
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.WindowsServiceVanillaBackUpAction._fileManager">
            <summary>
            The file manager
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.WindowsServiceVanillaBackUpAction._dataAggregateHelper">
            <summary>
            The aggregator of data.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.WindowsServiceVanillaBackUpAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.String,ISHDeploy.Common.Enums.ISHWindowsServiceType)">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.WindowsServices.WindowsServiceVanillaBackUpAction"/> to save BackgroundTask component status
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
            <param name="backupFilePath">The path to backup file</param>
            <param name="vanillaStateFilePath">The path to the file with vanilla state of deployment components to do backup of services from vanilla list only</param>
            <param name="deploymentName">The name of deployment as the name of the service contains the name of the deployment at the beginning</param>
            <param name="serviceType">Type of service to be backuped</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.WindowsServiceVanillaBackUpAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.WindowsServices.StopWindowsServiceAction">
            <summary>
            Stops an windows service.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileCreationAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.StopWindowsServiceAction._serviceName">
            <summary>
            The name of deployment service.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.StopWindowsServiceAction._serviceManager">
            <summary>
            The windows service manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.StopWindowsServiceAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHWindowsService)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WindowsServices.StartWindowsServiceAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="service">The deployment service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.StopWindowsServiceAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WindowsServices.StartWindowsServiceAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="serviceName">The name of deployment service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.StopWindowsServiceAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.WindowsServices.StartWindowsServiceAction">
            <summary>
            Starts an windows service.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileCreationAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.StartWindowsServiceAction._serviceName">
            <summary>
            The name of deployment service.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.WindowsServices.StartWindowsServiceAction._serviceManager">
            <summary>
            The windows service manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.StartWindowsServiceAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHWindowsService)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WindowsServices.StartWindowsServiceAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="service">The deployment service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.StartWindowsServiceAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.WindowsServices.StartWindowsServiceAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="serviceName">The name of deployment service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.WindowsServices.StartWindowsServiceAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.ReplaceAttributeValueAction">
            <summary>
            Action that replaces specific node attribute value to the certain value by pattern.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleXmlFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.ReplaceAttributeValueAction._attributeXpath">
            <summary>
            The attribute xPath.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.ReplaceAttributeValueAction._replacePattern">
            <summary>
            The regular expression pattern that is searched for.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.ReplaceAttributeValueAction._replacement">
            <summary>
            The replacement new value.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.ReplaceAttributeValueAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.String,System.String)">
            <summary>
            Initializes new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.ReplaceAttributeValueAction"/>
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
            <param name="ishFilePath">Path to file that will be modified</param>
            <param name="replacePattern">The regular expression pattern that is searched for</param>
            <param name="replacement">The replacement new value</param>
            <param name="attributeXpath">XPath to the attribute</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.ReplaceAttributeValueAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.MoveElementAction">
            <summary>
            Action that changes order of UI elements.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.MoveElementAction._xmlConfigManager">
            <summary>
            The xml configuration manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.MoveElementAction._filePath">
            <summary>
            The file path to XML file.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.MoveElementAction._model">
            <summary>
            The model that represents UI element.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.MoveElementAction._direction">
            <summary>
            The direction to move.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.MoveElementAction._insertAfterXPath">
            <summary>
            The XPath to element to move after it.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.MoveElementAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,ISHDeploy.Common.Models.BaseXMLElement,ISHDeploy.Common.Enums.MoveDirection,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.MoveElementAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path to XML file.</param>
            <param name="model">The model that represents UI element.</param>
            <param name="direction">The direction to move.</param>
            <param name="after">The id of element to move after it.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.MoveElementAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.RemoveElementAction">
            <summary>
            Action that remove specified UI element from Xml file.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.RemoveElementAction._xmlConfigManager">
            <summary>
            The xml configuration manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.RemoveElementAction._filePath">
            <summary>
            The file path to XML file.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.RemoveElementAction._model">
            <summary>
            The model that represents UI element.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.RemoveElementAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,ISHDeploy.Common.Models.BaseXMLElement)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.RemoveElementAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path to XML file.</param>
            <param name="model">The model that represents UI element.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.RemoveElementAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.SetElementAction">
            <summary>
            Action that inserts or updates the element of UI.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.SetElementAction._xmlConfigManager">
            <summary>
            The xml configuration manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.SetElementAction._filePath">
            <summary>
            The file path to XML file.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.SetElementAction._model">
            <summary>
            The model that represents UI element.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.SetElementAction._banUpdateAndGenerateException">
            <summary>
            Ban update and generate an exception.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.SetElementAction._exceptionMessage">
            <summary>
            The error message.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.SetElementAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,ISHDeploy.Common.Models.BaseXMLElement,System.Boolean,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.SetElementAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path to XML file.</param>
            <param name="model">The model that represents UI element.</param>
            <param name="banUpdateAndGenerateException">Ban update and generate an exception. False by default.></param>
            <param name="exceptionMessage">The error message.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.SetElementAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.MoveAfterNodeAction">
            <summary>
            Action that moves single node in xml file found by xpaths.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleXmlFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.MoveAfterNodeAction._xpath">
            <summary>
            The xpath to the xml node.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.MoveAfterNodeAction._xpathAfterNode">
            <summary>
            The xpath to the xml node.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.MoveAfterNodeAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.RemoveSingleNodeAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The xml file path.</param>
            <param name="xpath">The xpath to the node that needs to be removed.</param>
            <param name="xpathAfterNode">The xpath to the node that needs to be removed.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.MoveAfterNodeAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.MoveBeforeNodeAction">
            <summary>
            Action that moves single node in xml file found by xpaths.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleXmlFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.MoveBeforeNodeAction._xpath">
            <summary>
            The xpath to the xml node.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.MoveBeforeNodeAction._xpathBeforeNode">
            <summary>
            The xpath to the xml node.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.MoveBeforeNodeAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.RemoveSingleNodeAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The xml file path.</param>
            <param name="xpath">The xpath to the node that needs to be removed.</param>
            <param name="xpathBeforeNode">The xpath to the node that needs to be removed.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.MoveBeforeNodeAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.RemoveNodesAction">
            <summary>
            Action that removes nodes in xml file found by xpaths.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleXmlFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.RemoveNodesAction._xpath">
            <summary>
            The xpath to the xml node.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.RemoveNodesAction._outputWarnings">
            <summary>
            Output warnings or not.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.RemoveNodesAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.RemoveSingleNodeAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The xml file path.</param>
            <param name="xpath">The xpath to the node that needs to be removed.</param>
            <param name="outputWarnings">Output warnings or not. Is true by default</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.RemoveNodesAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.RemoveSingleNodeAction">
            <summary>
            Action that removes single node in xml file found by xpaths.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleXmlFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.RemoveSingleNodeAction._xpath">
            <summary>
            The xpath to the xml node.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.RemoveSingleNodeAction._outputWarnings">
            <summary>
            Output warnings or not.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.RemoveSingleNodeAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.RemoveSingleNodeAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The xml file path.</param>
            <param name="xpath">The xpath to the node that needs to be removed.</param>
            <param name="outputWarnings">Output warnings or not. Is true by default</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.RemoveSingleNodeAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.GetValueAction">
            <summary>
            Action that gets new value from specified element.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.XmlFile.GetValueAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.GetValueAction._xmlConfigManager">
            <summary>
            The XML configuration manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.GetValueAction._filePath">
            <summary>
            The path to the file.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.GetValueAction._xpath">
            <summary>
            The xpath to the searched element.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.GetValueAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.Action{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.GetValueAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
            <param name="xpath">The xpath to the element.</param>
            <param name="returnResult">The delegate that returns value.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.GetValueAction.ExecuteWithResult">
            <summary>
            Executes current action and returns result.
            </summary>
            <returns></returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.SetElementValueAction">
            <summary>
            Action that sets new value for specified element.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleXmlFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.SetElementValueAction._xpath">
            <summary>
            The xpath to the searched element.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.SetElementValueAction._value">
            <summary>
            The new value of element.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.SetElementValueAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.SetElementValueAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
            <param name="xpath">The xpath to the element.</param>
            <param name="value">The new value of element.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.SetElementValueAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.SetNodeAction">
            <summary>
            Action that sets specific node attribute to the certain value.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleXmlFileAction" />
            <seealso cref="T:ISHDeploy.Data.Actions.SingleXmlFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.SetNodeAction._xpath">
            <summary>
            The xpath to the searched node.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.SetNodeAction._ishXmlNode">
            <summary>
            ISH configuration XML Node.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.SetNodeAction._replaceIfExists">
            <summary>
            Identifies if existing node should be replaced.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.SetNodeAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,ISHDeploy.Common.Interfaces.IISHXmlNode,System.Boolean)">
            <summary>
            Implements Set node action.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
            <param name="xpath">The xpath to the node.</param>
            <param name="ishXmlNode">The ish XML node.</param>
            <param name="replaceIfExists">if set to <c>true</c> replaces existing node if exists, otherwise does nothing.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.SetNodeAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.InsertBeforeNodeAction">
            <summary>
            Action that inserts new node before specified one.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleXmlFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.InsertBeforeNodeAction._xpath">
            <summary>
            The xpath to the searched node.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.InsertBeforeNodeAction._xmlString">
            <summary>
            The new node as a XML string.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.InsertBeforeNodeAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.InsertBeforeNodeAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
            <param name="xpath">The xpath to the node before which we want to add a new node.</param>
            <param name="xmlString">The new node as a XML string.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.InsertBeforeNodeAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.CommentNodeByXPathAction">
            <summary>
            Action that comments nodes in xml file found by xpaths.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleXmlFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.CommentNodeByXPathAction._xpaths">
            <summary>
            The xpath to the xml node.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.CommentNodeByXPathAction._encodeInnerXml">
            <summary>
            The identifier to encode inner XML.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.CommentNodeByXPathAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.CommentNodeByXPathAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The xml file path.</param>
            <param name="xpaths">The xpaths to the nodes that needs to be commented.</param>
            <param name="encodeInnerXml">True if content of the comment should be encoded; otherwise False.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.CommentNodeByXPathAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.CommentNodeByXPathAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
            <param name="xpath">Single xpath to the node that needs to be commented.</param>
            <param name="encodeInnerXml">True if content of the comment should be encoded; otherwise False.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.CommentNodeByXPathAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.UncommentNodesByInnerPatternAction">
            <summary>
            Action that uncomments nodes in the xml that contain comment node with specific placeholders inside.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleXmlFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.UncommentNodesByInnerPatternAction._searchPatterns">
            <summary>
            The search placeholders.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.UncommentNodesByInnerPatternAction._decodeInnerXml">
            <summary>
            The identifier to decode inner XML.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.UncommentNodesByInnerPatternAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.UncommentNodesByInnerPatternAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
            <param name="searchPatterns">The search placeholders.</param>
            <param name="decodeInnerXml">True if content of the comment should be decoded; otherwise False.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.UncommentNodesByInnerPatternAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.UncommentNodesByInnerPatternAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
            <param name="searchPattern">Single search placeholder.</param>
            <param name="decodeInnerXml">True if content of the comment should be decoded; otherwise False.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.UncommentNodesByInnerPatternAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.CommentNodesByPrecedingPatternAction">
            <summary>
            Action that comments nodes in the xml that follow after comment with specific placeholders.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleXmlFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.CommentNodesByPrecedingPatternAction._searchPatterns">
            <summary>
            The search placeholders.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.CommentNodesByPrecedingPatternAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.CommentNodesByPrecedingPatternAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
            <param name="searchPatterns">The search placeholders.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.CommentNodesByPrecedingPatternAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.CommentNodesByPrecedingPatternAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
            <param name="searchPattern">Single search placeholder.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.CommentNodesByPrecedingPatternAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.SetAttributeValueAction">
            <summary>
            Action that sets specific node attribute to the certain value.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleXmlFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.SetAttributeValueAction._attributeXpath">
            <summary>
            The attribute xPath.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.SetAttributeValueAction._value">
            <summary>
            The attribute value.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.SetAttributeValueAction._createAttributeIfNotExist">
            <summary>
            Create attribute if not exist.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.SetAttributeValueAction._xmlNamespaceManager">
            <summary>
            The xml namespace manager (can be null)
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.SetAttributeValueAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.String,System.String,System.Boolean,System.Xml.XmlNamespaceManager)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.SetAttributeValueAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
            <param name="xpath">The xpath to the node.</param>
            <param name="attributeName">Name of the attribute.</param>
            <param name="value">The attribute new value.</param>
            <param name="createAttributeIfNotExist">Create attribute if not exist.</param>
            <param name="xmlNamespaceManager">The optional xml namespace manager</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.SetAttributeValueAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.String,System.Boolean,System.Xml.XmlNamespaceManager)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.SetAttributeValueAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
            <param name="attributeXpath">The xpath to the node.</param>
            <param name="value">The attribute new value.</param>
            <param name="createAttributeIfNotExist">Create attribute if not exist.</param>
            <param name="xmlNamespaceManager">The optional xml namespace manager</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.SetAttributeValueAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.XmlFile.UncommentNodesByPrecedingPatternAction">
            <summary>
            Action that uncomments nodes in the xml that follow after comment with specific placeholders.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleXmlFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.XmlFile.UncommentNodesByPrecedingPatternAction._searchPatterns">
            <summary>
            The search placeholders.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.UncommentNodesByPrecedingPatternAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.UncommentNodesByPrecedingPatternAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
            <param name="searchPatterns">The search placeholders.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.UncommentNodesByPrecedingPatternAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.XmlFile.UncommentNodesByPrecedingPatternAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
            <param name="searchPattern">Single search placeholder.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.XmlFile.UncommentNodesByPrecedingPatternAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Certificate.GetCertificateSubjectByThumbprintAction">
            <summary>
            Gets certificate subject by thumbprint.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseActionWithResult`1" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.Certificate.GetCertificateSubjectByThumbprintAction._certificateManager">
            <summary>
            The certificate manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Certificate.GetCertificateSubjectByThumbprintAction._thumbprint">
            <summary>
            The certificate thumbprint.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Certificate.GetCertificateSubjectByThumbprintAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.Action{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Certificate.GetCertificateSubjectByThumbprintAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="thumbprint">The certificate thumbprint.</param>
            <param name="returnResult">The delegate that returns all text of file.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Certificate.GetCertificateSubjectByThumbprintAction.ExecuteWithResult">
            <summary>
            Executes current action and returns result.
            </summary>
            <returns>File content</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Certificate.GetPathToCertificateByThumbprintAction">
            <summary>
            Gets path to certificate file by thumbprint.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseActionWithResult`1" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.Certificate.GetPathToCertificateByThumbprintAction._certificateManager">
            <summary>
            The certificate manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Certificate.GetPathToCertificateByThumbprintAction._thumbprint">
            <summary>
            The certificate thumbprint.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Certificate.GetPathToCertificateByThumbprintAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.Action{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Certificate.GetEncryptedRawDataByThumbprintAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="thumbprint">The certificate thumbprint.</param>
            <param name="returnResult">The delegate that returns all text of file.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Certificate.GetPathToCertificateByThumbprintAction.ExecuteWithResult">
            <summary>
            Executes current action and returns result.
            </summary>
            <returns>File content</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Certificate.GetEncryptedRawDataByThumbprintAction">
            <summary>
            Gets encoded certificate by thumbprint.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseActionWithResult`1" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.Certificate.GetEncryptedRawDataByThumbprintAction._certificateManager">
            <summary>
            The certificate manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Certificate.GetEncryptedRawDataByThumbprintAction._thumbprint">
            <summary>
            The certificate thumbprint.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Certificate.GetEncryptedRawDataByThumbprintAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.Action{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Certificate.GetEncryptedRawDataByThumbprintAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="thumbprint">The certificate thumbprint.</param>
            <param name="returnResult">The delegate that returns all text of file.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Certificate.GetEncryptedRawDataByThumbprintAction.ExecuteWithResult">
            <summary>
            Executes current action and returns result.
            </summary>
            <returns>File content</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.Certificate.SaveThumbprintAsCertificateAction">
            <summary>
            Saves certificate public key to file.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileCreationAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.Certificate.SaveThumbprintAsCertificateAction._certificateFilePath">
            <summary>
            The certificate file path.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Certificate.SaveThumbprintAsCertificateAction._thumbprintFilePath">
            <summary>
            The thumbprint file path.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Certificate.SaveThumbprintAsCertificateAction._thumbprintXPath">
            <summary>
            The thumbprint xpath.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Certificate.SaveThumbprintAsCertificateAction._xmlConfigManager">
            <summary>
            The xml configuration manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.Certificate.SaveThumbprintAsCertificateAction._certificateManager">
            <summary>
            The certificate manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Certificate.SaveThumbprintAsCertificateAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.Certificate.SaveThumbprintAsCertificateAction"/> class.
            Reads certificate thumbprint from xml file by xpath and uses it to retrieve certificate public key from X509Store.
            </summary>
            <param name="logger">The logger.</param>
            <param name="certificateFilePath">The certificate file path</param>
            <param name="thumbprintFilePath">The certificate thumbprint file path.</param>
            <param name="thumbprintXPath">The certificate thumbprint xpath.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.Certificate.SaveThumbprintAsCertificateAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.SingleFileCreationAction">
            <summary>
            Does single file operations that create new file.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.SingleFileCreationAction.FilePath">
            <summary>
            The file path.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.SingleFileCreationAction.FileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.SingleFileCreationAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.SingleFileCreationAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="filePath">The file path.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.SingleFileCreationAction.Backup">
            <summary>
            Does nothing for this kind of actions.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.SingleFileCreationAction.Rollback">
            <summary>
            Reverts an asset to initial state.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.StringActions.CreateIndexHTMLAction">
            <summary>
            The action is responsible to create content for index.html file for internal STS authentication.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseActionWithResult`1"></seealso>
        </member>
        <member name="F:ISHDeploy.Data.Actions.StringActions.CreateIndexHTMLAction._lCHost">
            <summary>
            The Host name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.StringActions.CreateIndexHTMLAction._lCWebAppName">
            <summary>
            The application name.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.StringActions.CreateIndexHTMLAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.String,System.String,System.String,System.String,System.Action{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.StringActions.CreateIndexHTMLAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="linkISHCM">The link ishcm.</param>
            <param name="linkISHWS">The link ishws.</param>
            <param name="linkISHSTS">The link ishsts.</param>
            <param name="lCHost">The l c host.</param>
            <param name="lCWebAppName">Name of the l c web application.</param>
            <param name="returnResult">The return result.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.StringActions.CreateIndexHTMLAction.ExecuteWithResult">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.BaseAction">
            <summary>
            Base class for action that can be executed.
            </summary>
            <seealso cref="T:ISHDeploy.Common.Interfaces.Actions.IAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.BaseAction.Logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.BaseAction.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.BaseAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.BaseAction.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.BaseActionWithResult`1">
            <summary>
            Base class for action that can be executed and return execution result.
            </summary>
            <typeparam name="TResult">The type of the execution result.</typeparam>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.BaseActionWithResult`1.ReturnResult">
            <summary>
            The execution result.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.BaseActionWithResult`1.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.Action{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.BaseActionWithResult`1"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="returnResult">The delegate that returns execution result.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.BaseActionWithResult`1.ExecuteWithResult">
            <summary>
            Executes current action and returns result.
            </summary>
            <returns></returns>
        </member>
        <member name="M:ISHDeploy.Data.Actions.BaseActionWithResult`1.Execute">
            <summary>
            Executes current action.
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Actions.License.LicenseTestAction">
            <summary>
            Checks if license for specific host name exists.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.BaseActionWithResult`1" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.License.LicenseTestAction.LicenseFileExtension">
            <summary>
            Hardcoded value of the license file type
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.License.LicenseTestAction._licenseFolderPath">
            <summary>
            The license folder path
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.License.LicenseTestAction._hostname">
            <summary>
            The host name
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.License.LicenseTestAction._fileManager">
            <summary>
            The file manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.License.LicenseTestAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath,System.String,System.Action{System.Boolean})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.License.LicenseTestAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="licenseFolderPath">The license folder path.</param>
            <param name="hostname">The host name for which license is checked.</param>
            <param name="returnResult">The delegate that returns if license is found for host name.</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.License.LicenseTestAction.ExecuteWithResult">
            <summary>
            Executes current action and returns result.
            </summary>
            <returns>Result of testin of license file</returns>
        </member>
        <member name="T:ISHDeploy.Data.Actions.SingleXmlFileAction">
            <summary>
            Base class for all actions that operate with xml files.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Actions.SingleFileAction" />
        </member>
        <member name="F:ISHDeploy.Data.Actions.SingleXmlFileAction.XmlConfigManager">
            <summary>
            The xml configuration manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.SingleXmlFileAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Actions.SingleXmlFileAction"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="ishFilePath">Wrapper for file path.</param>
        </member>
        <member name="T:ISHDeploy.Data.Actions.SingleFileAction">
            <summary>
            Class to do single file manipulations
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.SingleFileAction.BackUpFileExtension">
            <summary>
            Extension for backup files
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.SingleFileAction.IshFilePath">
            <summary>
            IshFilePath instance, containing relative path, deployment and deployment type
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.SingleFileAction.BackupPath">
            <summary>
            Path to back up file
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Actions.SingleFileAction.FileManager">
            <summary>
            File Manager instance
            </summary>
        </member>
        <member name="P:ISHDeploy.Data.Actions.SingleFileAction.FilePath">
            <summary>
            Absolute path to file
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.SingleFileAction.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Common.Models.ISHFilePath)">
            <summary>
            Implements single file action constructor
            </summary>
            <param name="logger">Logger</param>
            <param name="ishFilePath">Wrapper for file path</param>
        </member>
        <member name="M:ISHDeploy.Data.Actions.SingleFileAction.Finalize">
            <summary>
            Destructor to call dispose
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.SingleFileAction.Rollback">
            <summary>
            Rollback the instance
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.SingleFileAction.Backup">
            <summary>
            Does Back up of the file
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.SingleFileAction.EnsureVanillaBackUpExists">
            <summary>
            Verify that back up file for vanilla instance is exists
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.SingleFileAction.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Actions.SingleFileAction.GetNewBackUpFileName">
            <summary>
            Returns back up file path
            </summary>
            <returns>Path to backup file</returns>
        </member>
        <member name="T:ISHDeploy.Data.Exceptions.DeploymentVersionNotSupportedException">
            <summary>
            The exception that is thrown when user wants to access deployment with not supported version.
            </summary>
            <seealso cref="T:System.Exception" />
        </member>
        <member name="F:ISHDeploy.Data.Exceptions.DeploymentVersionNotSupportedException.DefaultExceptionMessage">
            <summary>
            The text of error message in case of usage of ISHDeploy operation which is not supported for target version of Content Manager anymore.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.DeploymentVersionNotSupportedException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.DeploymentVersionNotSupportedException"/> class.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.DeploymentVersionNotSupportedException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.DeploymentVersionNotSupportedException"/> class.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.DeploymentVersionNotSupportedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.DeploymentVersionNotSupportedException"/> class.
            </summary>
            <param name="serializationInfo">Serialization infos.</param>
            <param name="streamingContext">Streaming context.</param>
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.DeploymentVersionNotSupportedException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Retrieves object data.
            </summary>
            <param name="info">Serialization info.</param>
            <param name="context">Streaming context.</param>
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.DeploymentVersionNotSupportedException.Create(System.Version,System.String,System.String,System.String)">
            <summary>
            Build exception for specified parameters.
            </summary>
            <param name="currentVersion">The current version of Content Manager.</param>
            <param name="minVersion">Minimal supported version of Content Manager.</param>
            <param name="maxVersion">Maximal supported version of Content Manager.</param>
            <param name="requestedResource">Resource which is requested.</param>
            <returns>New instance of the <see cref="T:ISHDeploy.Data.Exceptions.DeploymentVersionNotSupportedException"/> class.</returns>
        </member>
        <member name="T:ISHDeploy.Data.Exceptions.DocumentAlreadyContainsElementException">
            <summary>
            The exception that document already contains element.
            </summary>
            <seealso cref="T:System.Exception" />
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.DocumentAlreadyContainsElementException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.DocumentAlreadyContainsElementException"/> class.
            </summary>
            <param name="exceptionMessage">The error message.</param>
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.DocumentAlreadyContainsElementException.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.DocumentAlreadyContainsElementException"/> class.
            </summary>
            <param name="filePath">The ISH windows service name.</param>
            <param name="xpath">The inner exception.</param>
        </member>
        <member name="T:ISHDeploy.Data.Exceptions.SuchFileAlreadyExistsException">
            <summary>
            The exception that file already exists
            </summary>
            <seealso cref="T:System.Exception" />
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.SuchFileAlreadyExistsException.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.SuchFileAlreadyExistsException"/> class.
            </summary>
            <param name="filePath">The path to file.</param>
            <param name="message">Additional message.</param>
        </member>
        <member name="T:ISHDeploy.Data.Exceptions.WindowsAuthenticationModuleIsNotInstalledException">
            <summary>
            The exception that is thrown when user wants to enable or disable windows authentication on IIS but WindowsAuthentication module has not been installed
            </summary>
            <seealso cref="T:System.Exception" />
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.WindowsAuthenticationModuleIsNotInstalledException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.WindowsAuthenticationModuleIsNotInstalledException"/> class.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.WindowsAuthenticationModuleIsNotInstalledException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.WindowsAuthenticationModuleIsNotInstalledException"/> class.
            </summary>
            <param name="message">The message that describes the error.</param>
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.WindowsAuthenticationModuleIsNotInstalledException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.WindowsAuthenticationModuleIsNotInstalledException"/> class.
            </summary>
            <param name="message">The message that describes the error.</param>
            <param name="inner">The inner exception.</param>
        </member>
        <member name="T:ISHDeploy.Data.Exceptions.CorruptedInstallationException">
            <summary>
            The exception that is thrown when deployment state is changes and is those changes prevent cmdlets from successful operation.
            </summary>
            <seealso cref="T:System.Exception" />
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.CorruptedInstallationException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.CorruptedInstallationException"/> class.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.CorruptedInstallationException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.CorruptedInstallationException"/> class.
            </summary>
            <param name="message">The message that describes the error.</param>
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.CorruptedInstallationException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.CorruptedInstallationException"/> class.
            </summary>
            <param name="message">The message that describes the error.</param>
            <param name="inner">The inner exception.</param>
        </member>
        <member name="T:ISHDeploy.Data.Exceptions.WrongXmlStructureException">
            <summary>
            The exception that is thrown when xml file has wrong and unexpected structure.
            </summary>
            <seealso cref="T:System.Exception" />
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.WrongXmlStructureException.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.WrongXmlStructureException"/> class.
            </summary>
            <param name="filePath">The xml file path that caused the exception.</param>
            <param name="message">The message that describes the error.</param>
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.WrongXmlStructureException.#ctor(System.String,System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.WrongXmlStructureException"/> class.
            </summary>
            <param name="filePath">The xml file path that caused the exception.</param>
            <param name="message">The message that describes the error.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="T:ISHDeploy.Data.Exceptions.WrongXPathException">
            <summary>
            The exception that is thrown when XPath should return a result but does not return anything.
            </summary>
            <seealso cref="T:System.Exception" />
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.WrongXPathException.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.WrongXPathException"/> class.
            </summary>
            <param name="filePath">The xml file path that caused the exception.</param>
            <param name="xpath">The xpath to the element.</param>
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.WrongXPathException.#ctor(System.String,System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.WrongXPathException"/> class.
            </summary>
            <param name="filePath">The xml file path that caused the exception.</param>
            <param name="xpath">The xpath to the element.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="T:ISHDeploy.Data.Exceptions.DeploymentNotFoundException">
            <summary>
            The exception that is thrown when user wants to retrieve deployment by name that does not exist on the system.
            </summary>
            <seealso cref="T:System.Exception" />
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.DeploymentNotFoundException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.DeploymentNotFoundException"/> class.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.DeploymentNotFoundException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.DeploymentNotFoundException"/> class.
            </summary>
            <param name="message">The message that describes the error.</param>
        </member>
        <member name="M:ISHDeploy.Data.Exceptions.DeploymentNotFoundException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Exceptions.DeploymentNotFoundException"/> class.
            </summary>
            <param name="message">The message that describes the error.</param>
            <param name="inner">The inner exception.</param>
        </member>
        <member name="T:ISHDeploy.Data.Helpers.MethodLogger">
            <summary>
            Logs methods execution.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.MethodLogger._disposed">
            <summary>
            Flag: Has Dispose already been called?
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.MethodLogger._methodName">
            <summary>
            Name of method for logging.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.MethodLogger._logOptions">
            <summary>
            Logging options.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.MethodLogger._logLevel">
            <summary>
            Logging level.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.MethodLogger._stopwatch">
            <summary>
            Stopwatch instance to calculate execution time.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.MethodLogger._logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.MethodLogger.#ctor(System.String,ISHDeploy.Common.Enums.MethodLogLevel,ISHDeploy.Common.Enums.LogOptions)">
            <summary>
            Ctor now private - just called from the static Log method
            </summary>
            <param name="methodName">The name of the method being logged.</param>
            <param name="logLevel">Level of logging.</param>
            <param name="logOptions">The log options.</param>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.MethodLogger.Log(System.String,ISHDeploy.Common.Enums.MethodLogLevel,ISHDeploy.Common.Enums.LogOptions)">
            <summary>
            Logs method entry.
            </summary>
            <param name="methodName">The name of the method being logged.</param>
            <param name="logLevel">Level of logging.</param>
            <param name="options">The log options.</param>
            <returns>A disposable object.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.MethodLogger.Log(System.String)">
            <summary>
            Logs method in <see cref="F:ISHDeploy.Common.Enums.MethodLogLevel.Debug"/> with option <see cref="F:ISHDeploy.Common.Enums.LogOptions.All"/>.
            </summary>
            <param name="methodName">The name of the method being logged.</param>
            <returns>A disposable object.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.MethodLogger.Dispose">
            <summary>
            Clean up.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.MethodLogger.Dispose(System.Boolean)">
            <summary>
             Protected implementation of Dispose pattern.
            </summary>
            <param name="disposing"></param>
        </member>
        <member name="T:ISHDeploy.Data.Helpers.NormalizedElementsReader">
            <summary>
            Reads elements to handle inline or preserve whitespaces from specified xml schema set.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.NormalizedElementsReader.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Helpers.NormalizedElementsReader"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="inlineElementAttrValueKeys">Attribute default values to handle inline.</param>
            <param name="preserveWhiteSpaceAttrValueKeys">Attribute default values to preserve whitespaces.</param>
            <param name="normalizationAttrNameKeys">Attribute names responsible on normalization.</param>
            <remarks>
            When <paramref name="inlineElementAttrValueKeys"/> is null - default value ` topic/ph ` applied.
            When <paramref name="preserveWhiteSpaceAttrValueKeys"/> is null - default value ` topic/foreign ` applied.
            When <paramref name="normalizationAttrNameKeys"/> is null - default value `class` applied.
            </remarks>
        </member>
        <member name="P:ISHDeploy.Data.Helpers.NormalizedElementsReader.InlineElements">
            <summary>
            Elements to handle inline.
            </summary>
        </member>
        <member name="P:ISHDeploy.Data.Helpers.NormalizedElementsReader.PreserveWhiteSpaceElements">
            <summary>
            Elements to preserve whitespaces.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.NormalizedElementsReader.Exists(System.String)">
            <summary>
            Indicates that specified <paramref name="schemaElementName"/> exists in <see cref="P:ISHDeploy.Data.Helpers.NormalizedElementsReader.InlineElements"/> or <see cref="P:ISHDeploy.Data.Helpers.NormalizedElementsReader.PreserveWhiteSpaceElements"/>
            </summary>
            <param name="schemaElementName">Element's qualified name.</param>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.NormalizedElementsReader.Read(System.Xml.Schema.XmlSchemaSet)">
            <summary>
            Reads specified <see cref="T:System.Xml.Schema.XmlSchemaSet"/> and store element names by specified keys.
            </summary>
            <param name="xmlSchemaSet"><see cref="T:System.Xml.Schema.XmlSchemaSet"/>to read.</param>
        </member>
        <member name="T:ISHDeploy.Data.Helpers.XmlOasisCatalog">
            <summary>
            This class can resolve Public/System identifiers to one Uri DTD path and supports nextCatalog statements.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.XmlOasisCatalog.CatalogNamespace">
            <summary>
            Namespace of the OASIS catalog
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.XmlOasisCatalog.CatalogPrefix">
            <summary>
            Namespace prefix of the OASIS catalog
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.XmlOasisCatalog.PublicIdAttribute">
            <summary>
            Attribute with the PublicId
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.XmlOasisCatalog.SystemIdAttribute">
            <summary>
            Attribute with the SystemId
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.XmlOasisCatalog.UriAttribute">
            <summary>
            Attribute with the Uri
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.XmlOasisCatalog.NextCatalogXPath">
            <summary>
            XPath to find references to other catalogs (= NextCatalog)
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.XmlOasisCatalog.PublicXPath">
            <summary>
            XPath to find public defined DTD's
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.XmlOasisCatalog.SystemXPath">
            <summary>
            XPath to find DTD's that are defined with a SystemId
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.XmlOasisCatalog.BaseUriXPath">
            <summary>
            XPath to find the xml:base attribute starting from a specified XmlNode
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.XmlOasisCatalog._logger">
            <summary>
            Logger
            </summary>\
        </member>
        <member name="F:ISHDeploy.Data.Helpers.XmlOasisCatalog._nameSpaceManager">
            <summary>
            XmlNamespaceManager stores the prefix and namespace of the OASIS catalog
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.XmlOasisCatalog._xmlUrlResolver">
            <summary>
            The XmlUrlResolver is internally used to append the relative uri with the base uri.
            </summary>
        </member>
        <member name="P:ISHDeploy.Data.Helpers.XmlOasisCatalog.PublicIds">
            <summary>
            Dictionary with the PublicIds.
            The key of the dictionary is the PublicId and the value is the absoluteUri.
            </summary>
        </member>
        <member name="P:ISHDeploy.Data.Helpers.XmlOasisCatalog.SystemIds">
            <summary>
            Dictionary with the SystemIds.
            The key of the dictionary is the SystemId and the value is the absoluteUri.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.XmlOasisCatalog.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initializes an instance of the XmlOASISCatalog with the given CatalogUri
            </summary>
            <param name="catalogUri">Filename (and path) of the XMLCatalogFile</param>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.XmlOasisCatalog.ResolveSystemId(System.String)">
            <summary>
            Returns the absolute Uri of the given SystemId.
            </summary>
            <param name="systemId">The SystemId</param>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.XmlOasisCatalog.ResolvePublicId(System.String)">
            <summary>
            Returns the absolute Uri of the given PublicId.
            </summary>
            <param name="publicId">The PublicId</param>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.XmlOasisCatalog.TryResolveSystemId(System.String,System.String@)">
            <summary>
            Returns whether a matching entry for the given systemId was found in the catalog
            </summary>
            <param name="systemId">The SystemId</param>
            <param name="resolvedSystemId">The systemId corresponding to the matching publicId entry in the catalog</param>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.XmlOasisCatalog.TryResolvePublicId(System.String,System.String@)">
            <summary>
            Returns whether a matching entry for the given publicId was found in the catalog
            </summary>
            <param name="publicId">The PublicId</param>
            <param name="resolvedSystemId">The systemId corresponding to the matching publicId entry in the catalog</param>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.XmlOasisCatalog.ResolveNextCatalog(System.Xml.XmlDocument)">
            <summary>
            Resolve references to other catalogs (= NextCatalog) and include the full catalog.
            This method results in one large catalog with all information.
            </summary>
            <param name="catalog">The main catalog</param>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.XmlOasisCatalog.InsertNextCatalog(System.Xml.XmlDocument,System.Xml.XmlDocument,System.Xml.XmlNode)">
            <summary>
            Insert all child nodes of the NextCatalog after the reference node.
            </summary>
            <param name="catalog">The current Catalog</param>
            <param name="nextCatalog">The NextCatalog</param>
            <param name="refNode">The reference node</param>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.XmlOasisCatalog.GetNextCatalog(System.Xml.XmlNode)">
            <summary>
            Load the XML document of the referenced catalog
            </summary>
            <param name="nextCatalogNode">NextCatalog node</param>
            <returns>XML document with the NextCatalog</returns>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.XmlOasisCatalog.GetBaseUri(System.Xml.XmlNode)">
            <summary>
            Return the xml:base attribute in the catalog.
            First try to find the BaseUri attribute on the start node.
            If there is no BaseUri attribute on the start node, try to find the attribute on the ancestor nodes.
            </summary>
            <param name="node">Start node</param>
            <returns>
            BaseUri of the catalog.
            When no xml:base attribute is specified, null is returned.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.XmlOasisCatalog.GetIdUriDictionary(System.Xml.XmlNode,System.String,System.String)">
            <summary>
            Creates a dictionary with id and uri from the complete catalog
            </summary>
            <param name="catalog">XML document with the catalog</param>
            <param name="xPath">XPath to find DTD's</param>
            <param name="attributeName">Attribute</param>
            <returns>Dictionary with id and uri pairs.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.XmlOasisCatalog.Normalize(System.String)">
            <summary>
            To normalize the given FilePath by creating a Uri and returning the AbsoluteUri.
            When the normalization fails, the FilePath is returned.
            </summary>
            <param name="filePath">A FilePath</param>
        </member>
        <member name="T:ISHDeploy.Data.Helpers.XmlResolverUsingCatalog">
            <summary>
            XmlResolver that uses the XmlOasisCatalog to resolve the location of DTD's
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Helpers.XmlResolverUsingCatalog._xmlOasisCatalog">
            <summary>
            The XmlOasisCatalog is used to resolve Public/System identifiers to one Uri DTD path
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.XmlResolverUsingCatalog.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String)">
            <summary>
            Initialize an instance of the XmlResolverUsingCatalog.
            This also involves the creation of a XmlOASISCatalog.
            </summary>
            <param name="logger">Logger</param>
            <param name="catalogUri">Filename (and path) of the XMLCatalogFile</param>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.XmlResolverUsingCatalog.ResolveUri(System.Uri,System.String)">
            <summary>
            This method overrides the ResolveUri of the XmlResolver. <seealso cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"/>
            The method uses the XmlOASISCatalog to resolve the absolute URI from the base and relative URIs.
            </summary>
            <param name="baseUri">The base URI used to resolve the relative URI</param>
            <param name="relativeUri">The URI to resolve. The URI can be absolute or relative.</param>
            <returns>A Uri representing the absolute URI or a null reference if the relative URI cannot be resolved.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.XmlResolverUsingCatalog.TryResolveDtdPublicId(System.String,System.String@)">
            <summary>
            Returns whether a matching entry for the given publicId was found in the catalog
            </summary>
            <param name="publicId">The PublicId</param>
            <param name="resolvedSystemId">The systemId corresponding to the matching publicId entry in the catalog</param>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.XmlResolverUsingCatalog.TryResolveDtdSystemId(System.String,System.String@)">
            <summary>
            Returns whether a matching entry for the given systemId was found in the catalog
            </summary>
            <param name="systemId">The SystemId</param>
            <param name="resolvedSystemId">The systemId corresponding to the matching publicId entry in the catalog</param>
        </member>
        <member name="T:ISHDeploy.Data.Helpers.NetUtil">
            <summary>
            netapi32.dll pinvoke helper class
            copied from Trisoft\Trisoft.Setup.Common project
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Helpers.NetUtil.GetMachineNetBiosDomain">
            <summary>
            Returns the netbios domain name. e.g. global.sdl.corp is GLOBAL
            </summary>
            <returns>The netbios domain name</returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.COMAdminCatalogWrapper">
            <summary>
            Singleton wrapper for COMAdminCatalog class.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.COMAdminCatalogWrapper._comAdminCatalog">
            <summary>
            The COMAdminCatalog.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.COMAdminCatalogWrapper._comApplications">
            <summary>
            The COM applications.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.COMAdminCatalogWrapper._comApplicationInstances">
            <summary>
            The COM application instances.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.COMAdminCatalogWrapper._comApplication">
            <summary>
            The COM application instances.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMAdminCatalogWrapper.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Managers.COMAdminCatalogWrapper"/> class.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMAdminCatalogWrapper.GetApplications">
            <summary>
            Gets COM applications
            </summary>
            <returns>COM applications</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMAdminCatalogWrapper.GetApplication(System.String)">
            <summary>
            Gets COM applications instance
            </summary>
            <returns>COM application</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMAdminCatalogWrapper.GetApplicationInstances">
            <summary>
            Gets COM applications instances
            </summary>
            <returns>COM applications</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMAdminCatalogWrapper.SaveChanges">
            <summary>
            Save the changes to the COM+ application(s)
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMAdminCatalogWrapper.ShutdownApplication(System.String)">
            <summary>
            Shutdown COM+ components
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMAdminCatalogWrapper.StartApplication(System.String)">
            <summary>
            Starts COM+ components
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMAdminCatalogWrapper.Dispose(System.Object)">
            <summary>
            Dispose the given object
            </summary>
            <param name="disposeObject">The object to dispose</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMAdminCatalogWrapper.Dispose">
            <summary>
            Release the COM objects
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMAdminCatalogWrapper.Finalize">
            <summary>
            Destructor of the <see cref="T:ISHDeploy.Data.Managers.COMAdminCatalogWrapper"/> class.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMAdminCatalogWrapper.System#IDisposable#Dispose">
            <summary>
            Release the COM objects
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Managers.ConnectionStringManager">
            <summary>
            Represents connection string helper methods.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.ConnectionStringManager.ProviderComponentName">
            <summary>
            The provider component name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.ConnectionStringManager.PasswordComponentName">
            <summary>
            The password component name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.ConnectionStringManager.PersistSecurityInfoComponentName">
            <summary>
            The persist security info component name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.ConnectionStringManager.UserIdComponentName">
            <summary>
            The user id component name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.ConnectionStringManager.InitialCatalogComponentName">
            <summary>
            The initial catalog component name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.ConnectionStringManager.DataSourceComponentName">
            <summary>
            The data source component name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.ConnectionStringManager._logger">
            <summary>
            Logger instance.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.ConnectionStringManager.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Managers.FileManager"/> class.
            </summary>
            <param name="logger">Logger instance</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.ConnectionStringManager.GetConnectionStringComponents(System.String)">
            <summary>
            Get connection string components.
            </summary>
            <param name="connectionString">The connection string.</param>
            <returns>The connection string components.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.ConnectionStringManager.GetComponentValue(System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Boolean,System.String)">
            <summary>
            Gets string connection component value.
            </summary>
            <param name="components">The string connection components.</param>
            <param name="componentName">The string connection component (e.g. Initial Catalog)</param>
            <param name="isRequired">Indicates requirement of component in connection string. For instance, the "Initial Catalog" is not required because it is only present in a SQL Server connection string.</param>
            <param name="defaultValue">The default value of connection string component. For the missing "Initial Catalog" in the Oracle connection string, the default value is an empty string. </param>
            <returns></returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.IConnectionStringManager">
            <summary>
            Reprecents connection string helper methods.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IConnectionStringManager.GetConnectionStringComponents(System.String)">
            <summary>
            Get connection string components.
            </summary>
            <param name="connectionString">The connection string.</param>
            <returns>The connection string components.</returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.IJsonConfigManager">
            <summary>
            Performs different kinds of operations with json file
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IJsonConfigManager.JsonRegexReplace(System.String,System.String,System.String,System.String)">
            <summary>
            Replace json field value that matches the regular expression <paramref name="replacePattern"/>
            </summary>
            <param name="filePath">Path to the file that is modified.</param>
            <param name="fieldPath">Path to the field that value is modified.</param>
            <param name="replacePattern">The regular expression pattern that is searched for.</param>
            <param name="replacement">The replacement new value.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IJsonConfigManager.JsonSetValueAction(System.String,System.String,System.String)">
            <summary>
            Sets the json field value to the new value
            </summary>
            <param name="filePath">Path to the file that is modified.</param>
            <param name="fieldPath">Path to the field that value is modified.</param>
            <param name="value">The new field value</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IJsonConfigManager.JArrayCreateItem``1(System.String,System.String,``0)">
            <summary>
            Adds item into json array.
            </summary>
            <param name="filePath">Path to the file that is modified.</param>
            <param name="arrayJPath">Path to the array field that will be modified.</param>
            <param name="arrayItem">Item that will be added.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IJsonConfigManager.JArrayRemoveItem``1(System.String,System.String,``0)">
            <summary>
            Removes item from json array.
            </summary>
            <param name="filePath">Path to the file that is modified.</param>
            <param name="arrayJPath">Path to the array field that will be modified.</param>
            <param name="arrayItem">Item that will be added.</param>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.ICOMPlusComponentManager">
            <summary>
            Implements COM+ component management.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ICOMPlusComponentManager.SetCOMPlusComponentCredentials(System.String,System.String,System.String)">
            <summary>
            Set COM+ component credentials
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
            <param name="userName">The user name.</param>
            <param name="password">The password.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ICOMPlusComponentManager.IsCOMPlusComponentEnabled(System.String,System.Boolean)">
            <summary>
            Check COM+ component is enabled or not
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
            <param name="doOutput">Do output.</param>
            <returns>State of COM+ component</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ICOMPlusComponentManager.IsComPlusComponentRunning(System.String,System.Boolean)">
            <summary>
            Check COM+ component is running or not
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
            <param name="doOutput">Do output.</param>
            <returns>State of COM+ component</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ICOMPlusComponentManager.EnableCOMPlusComponents(System.String)">
            <summary>
            Enable COM+ components
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ICOMPlusComponentManager.DisableCOMPlusComponents(System.String)">
            <summary>
            Disable COM+ components
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ICOMPlusComponentManager.ShutdownCOMPlusComponents(System.String)">
            <summary>
            Shutdown COM+ components
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ICOMPlusComponentManager.StartCOMPlusComponents(System.String)">
            <summary>
            Start COM+ components
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ICOMPlusComponentManager.GetCOMPlusComponents">
            <summary>
            Gets all COM+ components.
            </summary>
            <returns>
            The list of COM+ components.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ICOMPlusComponentManager.GetCOMPlusProcessIds(System.String)">
            <summary>
            Gets the list of process ids of the dllhost.exe processes that are running the given COM+ application
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
            <returns>The process ids of the dllhost.exe processes that are running the given COM+ application</returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.IProcessManager">
            <summary>
            Implements processes management.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IProcessManager.Start(System.String,System.String)">
            <summary>
            Starts executive file with parameters
            </summary>
            <param name="filePath">The path to executive file.</param>
            <param name="arguments">The arguments</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IProcessManager.Kill(System.Int32,System.String)">
            <summary>
            Kills a process if it has the given id and name
            </summary>
            <param name="processID">Process Id</param>
            <param name="processName">Process Name</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IProcessManager.Start(System.String,System.String,System.TimeSpan)">
            <summary>
            Starts new process of executable file or file which associated with any installed program
            and waits for process exit.
            </summary>
            <param name="processName">The process name or path to executable or file which associated with any installed program.</param>
            <param name="arguments">The command line arguments for the process.</param>
            <param name="timeout">The time limit for the started process.</param>
            <returns>The exit code of the process.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IProcessManager.ExecuteCommandPrompt(System.String,System.TimeSpan)">
            <summary>
            Executes specified process and reads process output.
            </summary>
            <param name="command">The cmd command.</param>
            <param name="timeout">The time limit for the started process.</param>
            <returns>Output result of process.</returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.IPowerShellManager">
            <summary>
            Implements windows service management.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IPowerShellManager.InvokeEmbeddedResourceAsScriptWithResult(System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String)">
            <summary>
            Invokes content of ps1 file as powershell script
            </summary>
            <param name="embeddedResourceName">Name of embedded ps1 resource with powershell script.</param>
            <param name="parameters">Parameters to be passed to the script. Is <c>null</c> by defult</param>
            <param name="actionDescription">Description of action to add this information if powershell script running is failed.</param>
            Return the result in the case of casting failure
            <returns>An object of specified type that converted from PSObject</returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.IDatabaseManager">
            <summary>
            Manager that do all kinds of operations with database.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IDatabaseManager.TestConnection(System.String,System.String)">
            <summary>
            Test connection to database.
            </summary>
            <param name="connectionString">The connection string to database.</param>
            <param name="databaseValidatorPath">The path to database validation tool.</param>>
            <returns>True if the connection is available</returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager">
            <summary>
            Implements windows service management.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager.StartWindowsService(System.String)">
            <summary>
            Starts specific windows service
            </summary>
            <param name="serviceName">Name of the windows service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager.StopWindowsService(System.String)">
            <summary>
            Stops specific windows service
            </summary>
            <param name="serviceName">Name of the windows service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager.GetServices(System.String,ISHDeploy.Common.Enums.ISHWindowsServiceType[])">
            <summary>
            Gets all windows services of deployment of specified type.
            </summary>
            <param name="deploymentName">ISH deployment name.</param>
            <param name="types">Types of deployment service.</param>
            <returns>
            The windows services of deployment of specified type.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager.GetAllServices(System.String)">
            <summary>
            Gets all windows services of deployment of all types.
            </summary>
            <param name="deploymentName">ISH deployment name.</param>
            <returns>
            The all windows services of deployment.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager.GetISHBackgroundTaskWindowsServices(System.String)">
            <summary>
            Gets all BackgroundTask windows services.
            </summary>
            <param name="deploymentName">ISH deployment name.</param>
            <returns>
            The BackgroundTask windows services of deployment of specified type.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager.RemoveWindowsService(System.String)">
            <summary>
            Removes specific windows service
            </summary>
            <param name="serviceName">Name of the windows service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager.CloneWindowsService(ISHDeploy.Common.Models.ISHWindowsService,System.Int32,System.String,System.String,System.String)">
            <summary>
            Clones specific windows service
            </summary>
            <param name="service">The windows service to be cloned.</param>
            <param name="sequence">The sequence of new service.</param>
            <param name="userName">The user name.</param>
            <param name="password">The password.</param>
            <param name="role">The role of BackgroundTask service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager.InstallWindowsService(ISHDeploy.Common.Models.Backup.ISHWindowsServiceBackup,System.String,System.String)">
            <summary>
            Creates windows service
            </summary>
            <param name="service">The windows service to be created.</param>
            <param name="userName">The user name.</param>
            <param name="password">The password.</param>
            <returns>
            The name of new service that have been created.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager.SetWindowsServiceCredentials(System.String,System.String,System.String)">
            <summary>
            Set windows service credentials
            </summary>
            <param name="serviceName">The name of windows service.</param>
            <param name="userName">The user name.</param>
            <param name="password">The password.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager.SetWindowsServiceStartupType(System.String,ISHDeploy.Common.Enums.ISHWindowsServiceStartupType)">
            <summary>
            Set the startup type of the windows service (Manual, Automatic, Automatic (Delayed start),...)
            </summary>
            <param name="serviceName">The name of windows service.</param>
            <param name="startupType">The new startup type of the service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager.GetDependencies(System.String,ISHDeploy.Common.Enums.ISHWindowsServiceType)">
            <summary>
            Gets all dependencies for the windows services of deployment of specified type.
            </summary>
            <param name="deploymentName">ISH deployment name.</param>
            <param name="serviceType">Type of deployment service.</param>
            <returns>
            The dependencies for the specified type.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager.RemoveWindowsServiceDependency(System.String)">
            <summary>
            Remove (all) dependencies for the windows service
            </summary>
            <param name="serviceName">The name of windows service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager.IsWindowsServiceStarted(System.String)">
            <summary>
            Check windows service is Started or not
            </summary>
            <param name="serviceName">The name of windows service.</param>
            <returns>
            True if the state of windows service is Manual or Auto.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager.GetWindowsServiceProperties(System.String)">
            <summary>
            Gets properties of windows service
            </summary>
            <param name="serviceName">The name of windows service.</param>
            <returns>
            Properties of windows service.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager.GetWindowsServicesRegistryKey(System.String)">
            <summary>
            Gets registry key for the windows service
            </summary>
            <param name="serviceName">The name of windows service.</param>
            <returns>
            Registry key for the windows service.
            </returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.ISQLCompactCommandExecutor">
            <summary>
            Wrapper around SQL operations
            </summary>
        </member>
        <member name="P:ISHDeploy.Data.Managers.Interfaces.ISQLCompactCommandExecutor.IsCommitted">
            <summary>
            Transaction state
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ISQLCompactCommandExecutor.ExecuteNonQuery(System.String)">
            <summary>
            Executes a Transact-SQL statement against the connection.
            </summary>
            <param name="commandText">The SQL command as text</param>
            <returns>The number of rows affected</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ISQLCompactCommandExecutor.ExecuteQuery(System.String)">
            <summary>
            Executes a Transact-SQL statement against the connection.
            </summary>
            <param name="sqlQuery">The SQL command as text</param>
            <returns>
            The number of rows affected
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ISQLCompactCommandExecutor.TransactionRollback">
            <summary>
            Rollback the SQL transaction
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ISQLCompactCommandExecutor.TransactionCommit">
            <summary>
            Commit the SQL transaction
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.IDataAggregateHelper">
            <summary>
            Aggregates data from different places.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IDataAggregateHelper.GetPathToISHDeploymentProgramDataFolder(System.String)">
            <summary>
            Returns path to ISHDeployment module of specified environment in ProgramData folder (such as "C:\ProgramData\ISHDeploy\{deploymentName}").
            <remarks>
            For Content Manager with version higher or equal to 14.0.1 path will include Content Manager version.
            </remarks>
            </summary>
            <param name="deploymentName">The Content Manager deployment name.</param>
            <returns>The path to special folder where the module store temp data and original (vanilla) properties of specified environment.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IDataAggregateHelper.GetInputParameters(System.String)">
            <summary>
            Returns input parameters
            </summary>
            <param name="deploymentName">The Content Manager deployment name.</param>
            <returns>InputParameters containing all parameters from InputParameters.xml file for specified deployment</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IDataAggregateHelper.GetActualStateOfComponents(System.String,System.String,ISHDeploy.Common.Models.ISHComponentsCollection)">
            <summary>
            Return actual state of components
            </summary>
            <param name="filePath">The path to file with saved states of all components of deployment.</param>
            <param name="deploymentName">The Content Manager deployment name.</param>
            <param name="vanillaStateOfComponents">The default (vanilla) state of components.</param>
            <returns>The collection of components for specified deployment with their actual state</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IDataAggregateHelper.SaveComponents(System.String,ISHDeploy.Common.Models.ISHComponentsCollection)">
            <summary>
            Save all components of deployment
            </summary>
            <param name="filePath">The path to file.</param>
            <param name="collection">The collection of components for specified deployment</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IDataAggregateHelper.GetExpectedStateOfComponents(System.String,ISHDeploy.Common.Models.ISHComponentsCollection)">
            <summary>
            Return the state of the components that should be in the system now
            </summary>
            <param name="filePath">The path to file with saved states of all components of deployment.</param>
            <param name="vanillaStateOfComponents">The default (vanilla) state of components.</param>
            <returns>The collection of components with their states. If the file with saved states does not exist then return the default (vanilla) state.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IDataAggregateHelper.GetISHWindowsServiceBackupCollection(System.String,ISHDeploy.Common.Enums.ISHWindowsServiceType[])">
            <summary>
            Returns all windows services with all properties needed for their recreation
            </summary>
            <param name="deploymentName">The name of deployment.</param>
            <param name="types">Types of deployment service.</param>
            <returns>The collection of windows services with all properties needed for their recreation</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IDataAggregateHelper.GetISHDeploymentStatus(System.String)">
            <summary>
            Gets the status of deployment.
            </summary>
            <param name="deploymentName">The name of deployment.</param>
            <returns>Status of deployments</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IDataAggregateHelper.SaveISHDeploymentStatus(System.String,ISHDeploy.Common.Enums.ISHDeploymentStatus)">
            <summary>
            Saves the status of deployment.
            </summary>
            <param name="deploymentName">The name of deployment.</param>
            <param name="status">The status of deployment.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IDataAggregateHelper.PrepareFilesToCopy(System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.Version)">
            <summary>
            Prepare a list of files to copy from custom folder to appropriate CM folders
            </summary>
            <param name="sourceDirectoryPath">The path to root folder of CD or folder with CD-similar structure</param>
            <param name="inputParameters">The input parameters to fine matches between placeholders and values.</param>
            <param name="version">The version of CM.</param>
            <returns>Prepared list of files to copy</returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.IWebAdministrationManager">
            <summary>
            Implements web application management.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWebAdministrationManager.RecycleApplicationPool(System.String,System.Boolean)">
            <summary>
            Recycles specific application pool
            </summary>
            <param name="applicationPoolName">Name of the application pool.</param>
            <param name="startIfNotRunning">if set to <c>true</c> then starts application pool if not running.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWebAdministrationManager.StopApplicationPool(System.String)">
            <summary>
            Stops specific application pool
            </summary>
            <param name="applicationPoolName">Name of the application pool.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWebAdministrationManager.EnableWindowsAuthentication(System.String)">
            <summary>
            Enables the windows authentication.
            </summary>
            <param name="webSiteName">Name of the web site.</param>
            <exception cref="T:ISHDeploy.Data.Exceptions.WindowsAuthenticationModuleIsNotInstalledException"></exception>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWebAdministrationManager.DisableWindowsAuthentication(System.String)">
            <summary>
            Disables the windows authentication.
            </summary>
            <param name="webSiteName">Name of the web site.</param>
            <exception cref="T:ISHDeploy.Data.Exceptions.WindowsAuthenticationModuleIsNotInstalledException"></exception>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWebAdministrationManager.SetApplicationPoolProperty(System.String,ISHDeploy.Common.Enums.ApplicationPoolProperty,System.Object)">
            <summary>
            Sets application pool property
            </summary>
            <param name="applicationPoolName">Name of the application pool.</param>
            <param name="propertyName">The name of ApplicationPool property.</param>
            <param name="value">The name of user.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWebAdministrationManager.GetApplicationPoolProperty(System.String,ISHDeploy.Common.Enums.ApplicationPoolProperty)">
            <summary>
            Gets application pool property value
            </summary>
            <param name="applicationPoolName">Name of the application pool.</param>
            <param name="propertyName">The name of ApplicationPool property.</param>
            <returns>
            The value by property name.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWebAdministrationManager.SetWebConfigurationProperty(System.String,System.String,ISHDeploy.Common.Enums.WebConfigurationProperty,System.Object)">
            <summary>
            Sets web configuration property.
            </summary>
            <param name="webSiteName">Name of the web site.</param>
            <param name="configurationXPath">The xPath to get configuration node.</param>
            <param name="propertyName">The name of WebConfiguration property.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWebAdministrationManager.GetWebConfigurationProperty(System.String,System.String,ISHDeploy.Common.Enums.WebConfigurationProperty)">
            <summary>
            Gets web configuration property.
            </summary>
            <param name="webSiteName">Name of the web site.</param>
            <param name="configurationXPath">The xPath to get configuration node.</param>
            <param name="propertyName">The name of WebConfiguration property.</param>
            <returns>
            The value by property name.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWebAdministrationManager.IsApplicationPoolStarted(System.String)">
            <summary>
            Check application pool is Started or not
            </summary>
            <param name="applicationPoolName">Name of the application pool.</param>
            <returns>
            True if the state of application pool is Started.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IWebAdministrationManager.GetAppPoolComponents(System.String[])">
            <summary>
            Gets all IIS application pool components.
            </summary>
            <returns>
            The list of IIS application pool components.
            </returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.ICertificateManager">
            <summary>
            Operates on registered certificates.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ICertificateManager.GetCertificatePublicKey(System.String)">
            <summary>
            Gets the certificate public key.
            </summary>
            <param name="thumbprint">The certificate thumbprint.</param>
            <returns>Certificate public key.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ICertificateManager.GetCertificateSubjectByThumbprint(System.String)">
            <summary>
            Gets the certificate subject.
            </summary>
            <param name="thumbprint">The certificate thumbprint.</param>
            <returns>Certificate subject.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ICertificateManager.GetEncryptedRawDataByThumbprint(System.String)">
            <summary>
            Gets the encrypted raw data by thumbprint.
            </summary>
            <param name="thumbprint">The thumbprint.</param>
            <returns></returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ICertificateManager.GetPathToCertificateByThumbprint(System.String)">
            <summary>
            Gets the path to certificate by thumbprint
            </summary>
            <param name="thumbprint">The thumbprint.</param>
            <returns></returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.ITemplateManager">
            <summary>
            Generates documents from resource templates.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ITemplateManager.GenerateDocument(System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Generate output document from the template.
            </summary>
            <param name="templateFileName">Name of the template file.</param>
            <param name="parameters">All parameters that need to be filled out in the template.</param>
            <returns></returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.ITrisoftRegistryManager">
            <summary>
            Manager that do all kinds of operations with registry.
            </summary>
        </member>
        <member name="P:ISHDeploy.Data.Managers.Interfaces.ITrisoftRegistryManager.RelativeTrisoftRegPath">
            <summary>
            The path to of "SOFTWARE\Trisoft"
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ITrisoftRegistryManager.GetInstalledProjectsKeys(System.String)">
            <summary>
            Gets the installed deployments keys.
            </summary>
            <param name="expectedSuffix">The deployment suffix. If not specified method will return all found deployments.</param>
            <returns>List of found deployments</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ITrisoftRegistryManager.GetInstallParamFilePath(Microsoft.Win32.RegistryKey)">
            <summary>
            Gets the inputparameters.xml file path.
            </summary>
            <param name="projectRegKey">The deployment registry key.</param>
            <returns>Path to inputparameters.xml file</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ITrisoftRegistryManager.GetInstalledProjectVersion(Microsoft.Win32.RegistryKey)">
            <summary>
            Gets the installed deployment version.
            </summary>
            <param name="projectRegKey">The deployment registry key.</param>
            <returns>Deployment version.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ITrisoftRegistryManager.GetRegistryValue(System.String,ISHDeploy.Common.Enums.RegistryValueName)">
            <summary>
            Gets the specified value on the specified registry key.
            </summary>
            <param name="keyName">The registry key name.</param>
            <param name="valueName">The name of value.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ITrisoftRegistryManager.GetValueNames(System.String)">
            <summary>
            Gets names of all values of registry key.
            </summary>
            <param name="localMachineSubKeyName">The registry path of the sub key under LocalMachine (HKEY_LOCAL_MACHINE).</param>
            <returns>
            The array of names of all values of specified registry key.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ITrisoftRegistryManager.CopyValues(System.Collections.Generic.IEnumerable{System.String},System.String,System.String)">
            <summary>
            Copies values from one registry key to another.
            </summary>
            <param name="namesOfValues">The list of names of values that need to be copied.</param>
            <param name="sourceLocalMachineSubKeyName">The registry path to source sub key under LocalMachine (HKEY_LOCAL_MACHINE).</param>
            <param name="destLocalMachineSubKeyName">The registry path to destination sub key under LocalMachine (HKEY_LOCAL_MACHINE).</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ITrisoftRegistryManager.GetValues(System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>
            Gets properties from one registry key
            </summary>
            <param name="namesOfValues">The list of names of values that need to be copied.</param>
            <param name="sourceLocalMachineSubKeyName">The registry path to source sub key under LocalMachine (HKEY_LOCAL_MACHINE).</param>
            <returns>
            Properties from one registry key.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ITrisoftRegistryManager.GetValue(System.String,System.String,System.Object)">
            <summary>
            Gets value from one registry key
            </summary>
            <param name="keyName">The name of registry key.</param>
            <param name="valueName">The name of value.</param>
            <param name="defaultValue">The default value.</param>
            <returns>
            Value from one registry key.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ITrisoftRegistryManager.SetValue(System.String,ISHDeploy.Common.Enums.RegistryValueName,System.Object)">
            <summary>
            Sets value in registry key
            </summary>
            <param name="keyName">The registry key name.</param>
            <param name="valueName">The name of value.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ITrisoftRegistryManager.SetValue(System.String,System.String,System.Object)">
            <summary>
            Sets value in registry key
            </summary>
            <param name="keyName">The registry key name.</param>
            <param name="valueName">The name of value.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.ITextConfigManager">
            <summary>
            Performs different kinds of operations with text file
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ITextConfigManager.CommentBlock(System.String,System.String)">
            <summary>
            Comments block of text file between two <paramref name="searchPattern"/> comments
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="searchPattern">Comment pattern that is searched for</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ITextConfigManager.TextRegexReplace(System.String,System.String,System.String)">
            <summary>
            Replace text that matches the regular expression <paramref name="replacePattern"/>
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="replacePattern">The regular expression pattern that is searched for</param>
            <param name="replacement">The replacement new value</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ITextConfigManager.TextReplace(System.String,System.String,System.String)">
            <summary>
            Replace text that matches the <paramref name="searchPattern"/>
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="searchPattern">The pattern that is searched for</param>
            <param name="newValue">The new value</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.ITextConfigManager.UncommentBlock(System.String,System.String)">
            <summary>
            Uncomments block of text file between two <paramref name="searchPattern"/> comments
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="searchPattern">Comment pattern that is searched for</param>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.IFileManager">
            <summary>
            Wrapper around .Net file system operations
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.Copy(System.String,System.String,System.Boolean)">
            <summary>
            Copies source file to destination file
            </summary>
            <param name="sourceFilePath">The file to copy.</param>
            <param name="destFilePath">The name of the destination file. This cannot be a directory.</param>
            <param name="overwrite">True if the destination file can be overwritten; otherwise, False. </param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.CopyToDirectory(System.String,System.String,System.Boolean)">
            <summary>
            Copies source file to destination directory
            </summary>
            <param name="sourceFilePath">The file to copy.</param>
            <param name="destDir">The name of the destination directory. This cannot be a file name.</param>
            <param name="overwrite">True if the destination file can be overwritten; otherwise False. </param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.FileExists(System.String)">
            <summary>
            Determines whether the specified file exists.
            </summary>
            <param name="path">The file to check.</param>
            <returns>true if the caller has the required permissions and <paramref name="path"/> contains the name of an existing file</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.FolderExists(System.String)">
            <summary>
            Determines whether the specified folder exists.
            </summary>
            <param name="path">The folder to check.</param>
            <returns>True if folder exists</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.GetFilesByCustomSearchPattern(System.String,System.String)">
            <summary>
            Returns a list of files that correspond to search pattern.
            </summary>
            <param name="sourceDirectoryPath">The path to source directory</param>
            <param name="searchPattern">The search pattern</param>
            <returns>A string array containing list of required files.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.ReadAllText(System.String)">
            <summary>
            Opens a text file, reads all lines of the file, and then closes the file.
            </summary>
            <param name="filePath">The file to open for reading.</param>
            <returns>A string array containing all lines of the file.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.ReadAllLines(System.String)">
            <summary>
            Opens a text file, reads all lines of the file, and then closes the file.
            </summary>
            <param name="filePath">The file to open for reading.</param>
            <returns>A string array containing all lines of the file.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.WriteHistoryHeader(System.String,System.Version)">
            <summary>
            Writes text header to the file. Creates new file if it does not exist.
            </summary>
            <param name="filePath">The file to open for writing.</param>
            <param name="version">Module version.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.WriteAllLines(System.String,System.String[])">
            <summary>
            Creates a new file, write the specified string array to the file, and then closes the file.
            </summary>
            <param name="filePath">The file to write to.</param>
            <param name="lines">The string array to write to the file.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.WriteAllText(System.String,System.String)">
            <summary>
            Creates a new file, writes the specified string to the file using the specified encoding, and then closes the file. If the target file already exists, it is overwritten.
            </summary>
            <param name="filePath">The path to file.</param>
            <param name="content">The string to write to the file</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.Append(System.String,System.String)">
            <summary>
            Appends text to the file. Creates new file if it does not exist.
            </summary>
            <param name="filePath">The file to open for writing.</param>
            <param name="text">the text to be appended to the file content.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.Load(System.String)">
            <summary>
            Creates a new <see cref="T:System.Xml.Linq.XDocument"/> instance by using the specified file path.
            </summary>
            <param name="filePath">A URI string that references the file to load into a new <see cref="T:System.Xml.Linq.XDocument"/>.</param>
            <returns>New instance of <see cref="T:System.Xml.Linq.XDocument"/> with loaded file content</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.Save(System.String,System.Xml.Linq.XDocument)">
            <summary>
            Saves <see cref="T:System.Xml.Linq.XDocument"/> content to file
            </summary>
            <param name="filePath">The file where <see cref="T:System.Xml.Linq.XDocument"/> content will be stored.</param>
            <param name="doc">The document to be stored</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.Delete(System.String)">
            <summary>
            Deletes file from filesystem
            </summary>
            <param name="filePath">The file to delete.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.CreateDirectory(System.String)">
            <summary>
            Creates folder
            </summary>
            <param name="folderPath">Path to folder to be created</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.CleanFolder(System.String)">
            <summary>
            Cleans up the folder
            </summary>
            <param name="folderPath">Path to folder to be cleaned up</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.DeleteFolder(System.String)">
            <summary>
            Delete the folder
            </summary>
            <param name="folderPath">Path to folder to be deleted</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.EnsureDirectoryExists(System.String)">
            <summary>
            Makes sure directory exists, if not, then creates it
            </summary>
            <param name="folderPath">Directory path to verify</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.CopyDirectoryContent(System.String,System.String)">
            <summary>
            Copies content from one folder to another
            </summary>
            <param name="sourcePath">Source folder path</param>
            <param name="destinationPath">Destination folder path</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.Write(System.String,System.String,System.Boolean)">
            <summary>
            Writes text to the file. Creates new file if it does not exist.
            </summary>
            <param name="filePath">The file to open for writing.</param>
            <param name="text">Text to be appended to the file content.</param>
            <param name="append">true to append data to the file; false to overwrite the file</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.TryToFindLicenseFile(System.String,System.String,System.String,System.String@)">
            <summary>
            Tries to find license file on the system
            </summary>
            <param name="licenseFolderPath">License file.</param>
            <param name="hostName">Host name.</param>
            <param name="licenseFileExtension">License file extension.</param>
            <param name="filePath">File path.</param>
            <returns>Returns True if license file is found, otherwise False.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.PackageDirectory(System.String,System.String,System.Boolean)">
            <summary>
            Creates a zip archive that contains the files and directories from the specified directory, uses the Optimal compression level, and optionally includes the base directory.
            </summary>
            <param name="sourceDirectoryPath">The path to the directory to be archived, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
            <param name="destinationArchiveFilePath">The path of the archive to be created, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
            <param name="includeBaseDirectory">'True' to include the directory name from sourceDirectoryName at the root of the archive; 'False' to include only the contents of the directory. 'False' by default</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.ExtractPackageToDirectory(System.String,System.String)">
            <summary>
             
            </summary>
            <param name="sourceDirectoryPath">The path to the directory to be archived, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
            <param name="destinationDirectoryPath">The path of the archive to be created, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.IsFileLocked(System.String)">
            <summary>
            Determines whether is the specified file locked.
            </summary>
            <param name="filePath">The file path.</param>
            <returns></returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.AssignPermissionsForDirectory(System.String,System.String,System.Security.AccessControl.FileSystemRights,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)">
            <summary>
            Assigns the permissions for directory.
            </summary>
            <param name="path">The path.</param>
            <param name="user">The user.</param>
            <param name="fileSystemRights">The file system rights.</param>
            <param name="inheritanceFlags">The inheritance flags.</param>
            <param name="propagationFlags">The propagation flags.</param>
            <param name="type">The type.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.AssignPermissionsForFile(System.String,System.String,System.Security.AccessControl.FileSystemRights,System.Security.AccessControl.AccessControlType)">
            <summary>
            Assigns the permissions for file.
            </summary>
            <param name="path">The path.</param>
            <param name="user">The user.</param>
            <param name="fileSystemRights">The file system rights.</param>
            <param name="type">The type.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.GetFiles(System.String,System.String,System.Boolean)">
            <summary>
            Gets list of files
            </summary>
            <param name="path">The path to directory.</param>
            <param name="searchPattern">The pattern to search.</param>
            <param name="recurse">Search in all directories or just in top one.</param>
            <returns>A string array containing list of required files.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.GetFileSystemEntries(System.String,System.String,System.IO.SearchOption)">
            <summary>
            Gets list of system entries
            </summary>
            <param name="path">The path to directory.</param>
            <param name="searchPattern">The pattern to search.</param>
            <param name="searchOption">Search option.</param>
            <returns>A string array containing list of required file entries.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.SaveObjectToFile``1(System.String,``0)">
            <summary>
            Save an object like a file
            </summary>
            <param name="filePath">The path to file</param>
            <param name="data">The object</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.ReadObjectFromFile``1(System.String)">
            <summary>
            Read an object from file
            </summary>
            <param name="filePath">The path to file</param>
            <returns>Deserialized object of type T</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.GetFileAttributes(System.String)">
            <summary>
            Receives file attributes for specified file.
            </summary>
            <param name="filePath">The file path.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.SetFileAttributes(System.String,System.IO.FileAttributes)">
            <summary>
            Sets file attributes for specified file.
            </summary>
            <param name="filePath">The file path.</param>
            <param name="attributes">Enumeration with attributes to set.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.RemoveDuplicatedFilesInDirectories(System.Collections.Generic.IList{System.String},System.Boolean,System.String)">
            <summary>
            Removes duplicated files from specified directories.
            </summary>
            <param name="directories">Paths to directories with duplicated files.</param>
            <param name="removeOlder">Indicates which duplicate should be removed.</param>
            <param name="searchPattern">Search pattern for duplicates.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.DirectoryCopy(System.String,System.String,System.Boolean,System.Boolean)">
            <summary>
            Copies the contents of a directory to another location.
            </summary>
            <param name="sourceDirectory">The source directory path.</param>
            <param name="destinationDirectory">The destination directory path.</param>
            <param name="withSubDirectories">Flag which indicates that subdirectories will be copied.</param>
            <param name="overwrite">Flag which indicates that files will be overwritten.</param>
        </member>
        <member name="T:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager">
            <summary>
            Performs different kinds of operations with xml file
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.GetAllInputParamsValues(System.String)">
            <summary>
            Returns dictionary with all parameters fron inputparameters.xml file
            </summary>
            <param name="filePath">Path to inputparameters.xml file</param>
            <returns>Dictionary with parameters</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.RemoveSingleNode(System.String,System.String,System.Boolean)">
            <summary>
            Removes node from xml file that can be found by <paramref name="xpath"/>
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="xpath">XPath to searched node</param>
            <param name="outputWarnings">Output warnings or not. Is true by default</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.RemoveNodes(System.String,System.String,System.Boolean)">
            <summary>
            Removes nodes in xml file that can be found by <paramref name="xpath"/>
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="xpath">XPath to searched nodes</param>
            <param name="outputWarnings">Output warnings or not. Is true by default</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.MoveBeforeNode(System.String,System.String,System.String)">
            <summary>
            Removes node from xml file that can be found by <paramref name="xpath"/>
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="xpath">XPath to searched node</param>
            <param name="insertBeforeXpath">XPath to searched node</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.MoveAfterNode(System.String,System.String,System.String)">
            <summary>
            Removes node from xml file that can be found by <paramref name="xpath"/>
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="xpath">XPath to searched node</param>
            <param name="insertAfterXpath">XPath to searched node</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.CommentNode(System.String,System.String,System.Boolean)">
            <summary>
            Comments node in xml file that can be found by <paramref name="xpath"/>
            Comments node in xml file that can be found by <paramref name="xpath" />
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="xpath">XPath to searched node</param>
            <param name="encodeInnerXml">True if content of the comment should be encoded; otherwise False.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.CommentNodesByPrecedingPattern(System.String,System.String)">
            <summary>
            Comments all nodes that has <paramref name="searchPattern"/> right above it
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="searchPattern">Comment pattern that precedes the searched node</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.UncommentNodesByPrecedingPattern(System.String,System.String)">
            <summary>
            Comments all nodes that has <paramref name="searchPattern"/> right above it
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="searchPattern">Comment pattern that precedes the searched node</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.UncommentNodesByInnerPattern(System.String,System.String,System.Boolean)">
            <summary>
            Uncomment multiple nodes that can be found by inner pattern
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="searchPattern">Comment pattern that is inside commented node</param>
            <param name="decodeInnerXml">True if content of the comment should be decoded; otherwise False.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.SetAttributeValue(System.String,System.String,System.String,System.Boolean,System.Xml.XmlNamespaceManager)">
            <summary>
            Set attribute value by attribute xPath
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="attributeXpath">XPath the attribute that will be modified</param>
            <param name="value">Attribute new value</param>
            <param name="createAttributeIfNotExist">Create attribute if not exist.</param>
            <param name="xmlNamespaceManager">Xml namespace manager (can be null)</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.SetNode(System.String,System.String,ISHDeploy.Common.Interfaces.IISHXmlNode,System.Boolean)">
            <summary>
            Set attribute value
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="xpath">XPath that is searched</param>
            <param name="value">Node fron IshConfiguration.</param>
            <param name="replaceIfExists">if set to <c>true</c> replaces existing node if exists, otherwise does nothing.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.InsertBeforeNode(System.String,System.String,System.String)">
            <summary>
            Inserts a new node before specified one.
            </summary>
            <param name="filePath">The file path.</param>
            <param name="xpath">The xpath to the node before which we want to add a new node.</param>
            <param name="xmlString">The new node as a XML string.</param>
            <exception cref="T:ISHDeploy.Data.Exceptions.WrongXPathException"></exception>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.SetElementValue(System.String,System.String,System.String)">
            <summary>
            Set element value.
            </summary>
            <param name="filePath">Path to the file that is modified.</param>
            <param name="xpath">XPath of searched element.</param>
            <param name="value">The new value of element.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.GetValue(System.String,System.String)">
            <summary>
            Gets the value from element found by xpath.
            </summary>
            <param name="filePath">The file path.</param>
            <param name="xpath">The xpath to the element.</param>
            <returns>The element value.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.InsertOrUpdateElement(System.String,ISHDeploy.Common.Models.BaseXMLElement,System.Boolean,System.String)">
            <summary>
            Inserts or update the element of UI.
            </summary>
            <param name="filePath">The file path to XML file.</param>
            <param name="model">The model that represents UI element.</param>
            <param name="banUpdateAndGenerateException">Ban update and generate an exception. False by default.></param>
            <param name="exceptionMessage">The error message.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.RemoveElement(System.String,ISHDeploy.Common.Models.BaseXMLElement)">
            <summary>
            Removes the element of UI.
            </summary>
            <param name="filePath">The file path to XML file.</param>
            <param name="model">The model that represents UI element.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.MoveElement(System.String,ISHDeploy.Common.Models.BaseXMLElement,ISHDeploy.Common.Enums.MoveDirection,System.String)">
            <summary>
            Moves the UI element.
            </summary>
            <param name="filePath">The file path to XML file.</param>
            <param name="model">The model that represents UI element.</param>
            <param name="direction">The direction to move.</param>
            <param name="insertAfterXPath">The XPath to element to move after it. It is Null by default</param>
            <exception cref="T:System.Exception">
            Could not find source element
            or
            Could not find target element
            or
            Unknown operation
            </exception>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.Serialize``1(``0)">
            <summary>
            Serializes the specified value.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.DeserializeToDescendantName``1(System.String,System.String)">
            <summary>
            Deserialize the XML document to type T.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="xmlFilePath">The path to XML file.</param>
            <param name="readToDescendantName">The name of node to read to. Empty string by default</param>
            <returns>
            Deserialized object of type T
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.Deserialize``1(System.String)">
            <summary>
            Deserialize the XML document to type T.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="xmlFilePath">The path to XML file.</param>
            <returns>Deserialized object of type T</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.SerializeToFile``1(System.String,``0)">
            <summary>
            Serializes object to special file.
            </summary>
            <param name="filePath">The path to file.</param>
            <param name="data">Object to serialize.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.DoesSingleNodeExist(System.String,System.String)">
            <summary>
            Does single node exist
            </summary>
            <param name="filePath">The file path to XML file.</param>
            <param name="xPath">The xPath of node to be evaluated.</param>
            <returns>
            True if node exists.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.Deserialize``1(System.Xml.XmlNode)">
            <summary>
            Deserialize the XmlNode to type T.
            </summary>
            <typeparam name="T">Type of deserialized object to return</typeparam>
            <param name="node">The XmlNode node</param>
            <returns></returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.ReplaceAttributeValue(System.String,System.String,System.String,System.String)">
            <summary>
            Replace attribute value by attribute xPath and specified pattern
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="attributeXpath">XPath the attribute that will be modified</param>
            <param name="replacePattern">The regular expression pattern that is searched for</param>
            <param name="replacement">The replacement new value</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.HasEqualValue(System.String,System.String,System.String,System.StringComparison)">
            <summary>
            Compares provided value with stored inside specified file with specified xpath.
            </summary>
            <param name="filePath">Path to the file that contains stored value.</param>
            <param name="xpath">XPath to searched value.</param>
            <param name="value">Value for comparison.</param>
            <param name="comparisonType"><inheritdoc cref="T:System.StringComparison"/></param>
            <returns>Flag which reflects that specified value is equal to stored.</returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.JsonConfigManager">
            <inheritdoc cref="T:ISHDeploy.Data.Managers.Interfaces.IJsonConfigManager"/>
        </member>
        <member name="F:ISHDeploy.Data.Managers.JsonConfigManager._logger">
            <summary>
            The logger
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.JsonConfigManager._fileManager">
            <summary>
            The file manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.JsonConfigManager.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Returns new instance of the <see cref="T:ISHDeploy.Data.Managers.TextConfigManager"/>
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.JsonConfigManager.JsonRegexReplace(System.String,System.String,System.String,System.String)">
            <inheritdoc cref="M:ISHDeploy.Data.Managers.Interfaces.IJsonConfigManager.JsonRegexReplace(System.String,System.String,System.String,System.String)"/>
        </member>
        <member name="M:ISHDeploy.Data.Managers.JsonConfigManager.JsonSetValueAction(System.String,System.String,System.String)">
            <inheritdoc cref="M:ISHDeploy.Data.Managers.Interfaces.IJsonConfigManager.JsonSetValueAction(System.String,System.String,System.String)"/>
        </member>
        <member name="M:ISHDeploy.Data.Managers.JsonConfigManager.JArrayCreateItem``1(System.String,System.String,``0)">
            <inheritdoc/>
        </member>
        <member name="M:ISHDeploy.Data.Managers.JsonConfigManager.JArrayRemoveItem``1(System.String,System.String,``0)">
            <inheritdoc/>
        </member>
        <member name="M:ISHDeploy.Data.Managers.JsonConfigManager.TryGetValidJToken(Newtonsoft.Json.Linq.JToken,System.String,Newtonsoft.Json.Linq.JToken@)">
            <summary>
            Tries to receive JToken from JObject by specified JPath
            </summary>
            <param name="jObject">Representation of JSON object.</param>
            <param name="jPath">Path to field definition</param>
            <param name="token">A <see cref="T:Newtonsoft.Json.Linq.JToken" /> with the value of the specified object.</param>
            <returns>Flag which reflects existence of field in specified JObject by JPath</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.JsonConfigManager.TryGetValidJTokenForReplacement(Newtonsoft.Json.Linq.JObject,System.String,Newtonsoft.Json.Linq.JToken@)">
            <summary>
            Tries to receive JToken from JObject by specified JPath. Additionally checks that the token value is non-empty.
            </summary>
            <param name="jObject">Representation of JSON object.</param>
            <param name="jPath">Path to field definition</param>
            <param name="token">A <see cref="T:Newtonsoft.Json.Linq.JToken" /> with the value of the specified object.</param>
            <returns>Flag which reflects existence of field in specified JObject by JPath and whether the field has a non-empty value</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.JsonConfigManager.ModifyJArray``1(System.String,System.String,``0,ISHDeploy.Common.Enums.ModifyActionTypes)">
            <summary>
            Modifies collection in specified json file by provided JPath in typed manner.
            </summary>
            <typeparam name="T">Type of modified collection.</typeparam>
            <param name="json">Modified json file.</param>
            <param name="arrayJPath">JPath to modified collection.</param>
            <param name="arrayItem">Item that modifies collection.</param>
            <param name="modifyAction">Modification action <see cref="T:ISHDeploy.Common.Enums.ModifyActionTypes"/>.</param>
            <returns>Modified json file.</returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.ProcessManager">
            <summary>
            Implements processes management.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Managers.Interfaces.IProcessManager" />
        </member>
        <member name="F:ISHDeploy.Data.Managers.ProcessManager._logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.ProcessManager.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Managers.Interfaces.IProcessManager"/> class.
            </summary>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.ProcessManager.Start(System.String,System.String)">
            <summary>
            Starts an executive file with parameters
            </summary>
            <param name="filePath">The path to executive file.</param>
            <param name="arguments">The arguments</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.ProcessManager.Kill(System.Int32,System.String)">
            <summary>
            Kills a process if it has the given id and name
            </summary>
            <param name="processID">Process ID</param>
            <param name="processName">Process Name</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.ProcessManager.Start(System.String,System.String,System.TimeSpan)">
            <inheritdoc cref="M:ISHDeploy.Data.Managers.Interfaces.IProcessManager.Start(System.String,System.String,System.TimeSpan)"/>>
        </member>
        <member name="M:ISHDeploy.Data.Managers.ProcessManager.ExecuteCommandPrompt(System.String,System.TimeSpan)">
            <inheritdoc cref="M:ISHDeploy.Data.Managers.Interfaces.IProcessManager.ExecuteCommandPrompt(System.String,System.TimeSpan)"/>
        </member>
        <member name="T:ISHDeploy.Data.Managers.PowerShellManager">
            <summary>
            Allows to run powershell scripts from c# code.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Managers.Interfaces.IPowerShellManager" />
        </member>
        <member name="F:ISHDeploy.Data.Managers.PowerShellManager._logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.PowerShellManager.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Managers.Interfaces.IPowerShellManager"/> class.
            </summary>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.PowerShellManager.InvokeEmbeddedResourceAsScriptWithResult(System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String)">
            <summary>
            Invokes content of ps1 file as powershell script
            </summary>
            <param name="embeddedResourceName">Name of embedded ps1 resource with powershell script.</param>
            <param name="parameters">Parameters to be passed to the script. Is <c>null</c> by defult</param>
            <param name="actionDescription">Description of action to add this information if powershell script running is failed.</param>
            Return the result in the case of casting failure
            <returns>An object of specified type that converted from PSObject</returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.DatabaseManager">
            <summary>
            Manager that do all kinds of operations with database.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Managers.Interfaces.ITemplateManager" />
        </member>
        <member name="F:ISHDeploy.Data.Managers.DatabaseManager._logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.DatabaseManager.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Managers.DatabaseManager"/> class.
            </summary>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.DatabaseManager.TestConnection(System.String,System.String)">
            <inheritdoc cref="M:ISHDeploy.Data.Managers.Interfaces.IDatabaseManager.TestConnection(System.String,System.String)"/>>
        </member>
        <member name="T:ISHDeploy.Data.Managers.COMPlusComponentManager">
            <summary>
            Implements web application management.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Managers.Interfaces.ICOMPlusComponentManager" />
        </member>
        <member name="F:ISHDeploy.Data.Managers.COMPlusComponentManager._logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.COMPlusComponentManager._processManager">
            <summary>
            The process manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMPlusComponentManager.#ctor(ISHDeploy.Common.Interfaces.ILogger,ISHDeploy.Data.Managers.Interfaces.IProcessManager)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Managers.COMPlusComponentManager"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="processManager">The process manager</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMPlusComponentManager.SetCOMPlusComponentCredentials(System.String,System.String,System.String)">
            <summary>
            Set COM+ component credentials
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
            <param name="userName">The user name.</param>
            <param name="password">The password.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMPlusComponentManager.IsCOMPlusComponentEnabled(System.String,System.Boolean)">
            <summary>
            Check COM+ component is enabled or not
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
            <param name="doOutput">Do output.</param>
            <returns>State of COM+ component</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMPlusComponentManager.IsComPlusComponentRunning(System.String,System.Boolean)">
            <summary>
            Check is Com+ component running or not
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
            <param name="doOutput">Do output.</param>
            <returns>True if COM+ is running</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMPlusComponentManager.EnableCOMPlusComponents(System.String)">
            <summary>
            Enable COM+ components
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMPlusComponentManager.DisableCOMPlusComponents(System.String)">
            <summary>
            Disable COM+ components
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMPlusComponentManager.ShutdownCOMPlusComponents(System.String)">
            <summary>
            Shutdown COM+ components
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMPlusComponentManager.StartCOMPlusComponents(System.String)">
            <summary>
            Starts COM+ components
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMPlusComponentManager.GetCOMPlusComponents">
            <summary>
            Gets all COM+ components.
            </summary>
            <returns>
            The list of COM+ components.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.COMPlusComponentManager.GetCOMPlusProcessIds(System.String)">
            <summary>
            Gets the list of process ids of the dllhost.exe processes that are running the given COM+ application
            </summary>
            <param name="comPlusComponentName">The name of COM+ component.</param>
            <returns>The process ids of the dllhost.exe processes that are running the given COM+ application</returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.WindowsServiceManager">
            <summary>
            Implements web application management.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Managers.Interfaces.IWindowsServiceManager" />
        </member>
        <member name="F:ISHDeploy.Data.Managers.WindowsServiceManager.RegWindowsServicesRegistryPathPattern">
            <summary>
            Gets the pattern of registry path to the "HKEY_LOCAL_MACHINESYSTEM\CurrentControlSet\Services\{0}".
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.WindowsServiceManager._logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.WindowsServiceManager._psManager">
            <summary>
            The powershell manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.WindowsServiceManager._trisoftRegistryManager">
            <summary>
            The Trisoft registry manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Managers.WindowsServiceManager"/> class.
            </summary>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.StartWindowsService(System.String)">
            <summary>
            Starts specific windows service
            </summary>
            <param name="serviceName">Name of the windows service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.StopWindowsService(System.String)">
            <summary>
            Stops specific windows service
            </summary>
            <param name="serviceName">Name of the windows service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.WaitForStatus(System.ServiceProcess.ServiceController,System.ServiceProcess.ServiceControllerStatus)">
            <summary>
            Waiting of windows service status
            </summary>
            <param name="service">The windows service controller</param>
            <param name="status">The service status</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.GetServices(System.String,ISHDeploy.Common.Enums.ISHWindowsServiceType[])">
            <summary>
            Gets all windows services of deployment of specified type.
            </summary>
            <param name="deploymentName">ISH deployment name.</param>
            <param name="types">Types of deployment service.</param>
            <returns>
            The windows services of deployment of specified type.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.GetAllServices(System.String)">
            <summary>
            Gets all windows services of deployment of all types.
            </summary>
            <param name="deploymentName">ISH deployment name.</param>
            <returns>
            The all windows services of deployment.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.GetISHBackgroundTaskWindowsServices(System.String)">
            <summary>
            Gets all BackgroundTask windows services.
            </summary>
            <param name="deploymentName">ISH deployment name.</param>
            <returns>
            The BackgroundTask windows services of deployment of specified type.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.IsWindowsServiceStarted(System.String)">
            <summary>
            Check windows service is Started or not
            </summary>
            <param name="serviceName">The name of windows service.</param>
            <returns>
            True if the state of windows service is Manual or Auto.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.RemoveWindowsService(System.String)">
            <summary>
            Removes specific windows service
            </summary>
            <param name="serviceName">Name of the windows service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.CloneWindowsService(ISHDeploy.Common.Models.ISHWindowsService,System.Int32,System.String,System.String,System.String)">
            <summary>
            Clones specific windows service
            </summary>
            <param name="service">The windows service to be cloned.</param>
            <param name="sequence">The sequence of new service.</param>
            <param name="userName">The user name.</param>
            <param name="password">The password.</param>
            <param name="role">The role of BackgroundTask service.</param>
            <returns>
            The name of new service that have been created.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.InstallWindowsService(ISHDeploy.Common.Models.Backup.ISHWindowsServiceBackup,System.String,System.String)">
            <summary>
            Creates windows service
            </summary>
            <param name="service">The windows service to be created.</param>
            <param name="userName">The user name.</param>
            <param name="password">The password.</param>
            <returns>
            The name of new service that have been created.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.SetWindowsServiceCredentials(System.String,System.String,System.String)">
            <summary>
            Set windows service credentials
            </summary>
            <param name="serviceName">The name of windows service.</param>
            <param name="userName">The user name.</param>
            <param name="password">The password.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.SetWindowsServiceStartupType(System.String,ISHDeploy.Common.Enums.ISHWindowsServiceStartupType)">
            <summary>
            Set the startup type of the windows service (Manual, Automatic, Automatic (Delayed start),...)
            </summary>
            <param name="serviceName">The name of windows service.</param>
            <param name="startupType">The new startup type of the service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.RemoveWindowsServiceDependency(System.String)">
            <summary>
            Remove (all) dependencies for the windows service
            </summary>
            <param name="serviceName">The name of windows service.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.GetDependencies(System.String,ISHDeploy.Common.Enums.ISHWindowsServiceType)">
            <summary>
            Gets all dependencies for the windows services of deployment of specified type.
            </summary>
            <param name="deploymentName">ISH deployment name.</param>
            <param name="serviceType">Type of deployment service.</param>
            <returns>
            The dependencies for the specified type.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.GetWindowsServiceProperties(System.String)">
            <summary>
            Gets properties of windows service
            </summary>
            <param name="serviceName">The name of windows service.</param>
            <returns>
            Properties of windows service.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.GetWindowsServicesRegistryKey(System.String)">
            <summary>
            Gets registry key for the windows service
            </summary>
            <param name="serviceName">The name of windows service.</param>
            <returns>
            Registry key for the windows service.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.ToWindowsServiceType(ISHDeploy.Common.Enums.ISHComponentName)">
            <summary>
            Provides mapping between <see cref="T:ISHDeploy.Common.Enums.ISHComponentName"/> and <see cref="T:ISHDeploy.Common.Enums.ISHWindowsServiceType"/>
            </summary>
            <param name="componentName">Name of ISHComponent</param>
            <returns><see cref="T:ISHDeploy.Common.Enums.ISHWindowsServiceType"/> which is mapped to specified <see cref="T:ISHDeploy.Common.Enums.ISHComponentName"/>.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WindowsServiceManager.GetDependencies(System.String)">
            <summary>
            Gets all dependencies for the specified service
            </summary>
            <param name="serviceName">The name of the service.</param>
            <returns>
            The dependencies for the specified service.
            </returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.SQLCompactCommandExecutor">
            <summary>
            Wrapper around SQL operations
            </summary>
        </member>
        <member name="P:ISHDeploy.Data.Managers.SQLCompactCommandExecutor.IsCommitted">
            <summary>
            Transaction state
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.SQLCompactCommandExecutor._logger">
            <summary>
            Logger instance.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.SQLCompactCommandExecutor._connection">
            <summary>
            The connection used to open the SQL Server database.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.SQLCompactCommandExecutor._command">
            <summary>
            The SQL command.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.SQLCompactCommandExecutor._useTransaction">
            <summary>
            Specifies whether that command is executed as a transaction.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.SQLCompactCommandExecutor._transaction">
            <summary>
            The SQL transaction.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.SQLCompactCommandExecutor.#ctor(ISHDeploy.Common.Interfaces.ILogger,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Managers.SQLCompactCommandExecutor"/> class.
            </summary>
            <param name="logger">Logger instance</param>
            <param name="connectionString">The connection used to open the SQL Server database</param>
            <param name="useTransaction">Specifies whether that command is executed as a transaction. 'False' by default</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.SQLCompactCommandExecutor.ExecuteNonQuery(System.String)">
            <summary>
            Executes a Transact-SQL statement against the connection.
            </summary>
            <param name="commandText">The SQL command as text</param>
            <returns>The number of rows affected</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.SQLCompactCommandExecutor.ExecuteQuery(System.String)">
            <summary>
            Executes a Transact-SQL statement against the connection.
            </summary>
            <param name="sqlQuery">The SQL command as text</param>
            <returns>The number of rows affected</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.SQLCompactCommandExecutor.TransactionRollback">
            <summary>
            Rollback the SQL transaction
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.SQLCompactCommandExecutor.TransactionCommit">
            <summary>
            Commit the SQL transaction
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.SQLCompactCommandExecutor.Dispose">
            <summary>
            Performs closing connection.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.SQLCompactCommandExecutor.Dispose(System.Boolean)">
            <summary>
            Protected implementation of Dispose pattern.
            </summary>
            <param name="disposing">Indicates that managed sources should be disposed.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.SQLCompactCommandExecutor.Finalize">
            <summary>
            Destructor of <see cref="T:ISHDeploy.Data.Managers.SQLCompactCommandExecutor"/>
            </summary>
        </member>
        <member name="T:ISHDeploy.Data.Managers.DataAggregateHelper">
            <summary>
            Aggregates data from different places.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Managers.Interfaces.IDataAggregateHelper" />
        </member>
        <member name="F:ISHDeploy.Data.Managers.DataAggregateHelper._logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.DataAggregateHelper._registryManager">
            <summary>
            The registry manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.DataAggregateHelper._xmlConfigManager">
            <summary>
            The XML configuration manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.DataAggregateHelper._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.DataAggregateHelper._webAdministrationManage">
            <summary>
            The web administration manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.DataAggregateHelper._comPlusComponentManager">
            <summary>
            The COM+ component manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.DataAggregateHelper._windowsServiceManager">
            <summary>
            The windows service manager.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.DataAggregateHelper._pathToProgramDataFolder">
            <summary>
            The path to ProgramData folder
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.DataAggregateHelper._moduleName">
            <summary>
            The module name
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.DataAggregateHelper.ISHDeploymentStatusFileName">
            <summary>
            The name of file where the module keep the status of deployment
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.DataAggregateHelper.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Managers.TemplateManager"/> class.
            </summary>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.DataAggregateHelper.GetPathToISHDeploymentProgramDataFolder(System.String)">
            <inheritdoc cref="M:ISHDeploy.Data.Managers.Interfaces.IDataAggregateHelper.GetPathToISHDeploymentProgramDataFolder(System.String)"/>
        </member>
        <member name="M:ISHDeploy.Data.Managers.DataAggregateHelper.GetInputParameters(System.String)">
            <summary>
            Returns input parameters
            </summary>
            <param name="deploymentName">The Content Manager deployment name.</param>
            <returns>InputParameters containing all parameters from InputParameters.xml file for specified deployment</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.DataAggregateHelper.GetActualStateOfComponents(System.String,System.String,ISHDeploy.Common.Models.ISHComponentsCollection)">
            <summary>
            Return actual state of components
            </summary>
            <param name="filePath">The path to file with saved states of all components of deployment.</param>
            <param name="deploymentName">The Content Manager deployment name.</param>
            <param name="vanillaStateOfComponents">The default (vanilla) state of components.</param>
            <returns>The collection of components for specified deployment with their actual state</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.DataAggregateHelper.SaveComponents(System.String,ISHDeploy.Common.Models.ISHComponentsCollection)">
            <summary>
            Save all components of deployment
            </summary>
            <param name="filePath">The path to file.</param>
            <param name="collection">The collection of components for specified deployment</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.DataAggregateHelper.GetExpectedStateOfComponents(System.String,ISHDeploy.Common.Models.ISHComponentsCollection)">
            <summary>
            Return the state of the components that should be in the system now
            </summary>
            <param name="filePath">The path to file with saved states of all components of deployment.</param>
            <param name="vanillaStateOfComponents">The default (vanilla) state of components.</param>
            <returns>The collection of components with their states. If the file with saved states does not exist then return the default (vanilla) state.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.DataAggregateHelper.GetISHWindowsServiceBackupCollection(System.String,ISHDeploy.Common.Enums.ISHWindowsServiceType[])">
            <summary>
            Returns all windows services with all properties needed for their recreation
            </summary>
            <param name="deploymentName">The name of deployment.</param>
            <param name="types">Types of deployment service.</param>
            <returns>The collection of windows services with all properties needed for their recreation</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.DataAggregateHelper.GetISHDeploymentStatus(System.String)">
            <summary>
            Gets the status of deployment.
            </summary>
            <param name="deploymentName">The name of deployment.</param>
            <returns>Status of deployments</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.DataAggregateHelper.SaveISHDeploymentStatus(System.String,ISHDeploy.Common.Enums.ISHDeploymentStatus)">
            <summary>
            Saves the status of deployment.
            </summary>
            <param name="deploymentName">The name of deployment.</param>
            <param name="status">The status of deployment.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.DataAggregateHelper.PrepareFilesToCopy(System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.Version)">
            <summary>
            Prepare a list of files to copy from custom folder to appropriate CM folders
            </summary>
            <param name="sourceDirectoryPath">The path to root folder of CD or folder with CD-similar structure</param>
            <param name="inputParameters">The input parameters to fine matches between placeholders and values.</param>
            <param name="version">The version of CM.</param>
            <returns>Prepared list of files to copy</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.DataAggregateHelper.GetDeploymentVersionOrDefault(System.String)">
            <summary>
            Gets version for specified deployment name.
            </summary>
            <remarks>If version of specified Content Manager lower than 14.0.1 empty string will be returned.</remarks>
            <param name="deploymentName">The Content Manager deployment name.</param>
        </member>
        <member name="T:ISHDeploy.Data.Managers.WebAdministrationManager">
            <summary>
            Implements web application management.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Managers.Interfaces.IWebAdministrationManager" />
        </member>
        <member name="F:ISHDeploy.Data.Managers.WebAdministrationManager._logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WebAdministrationManager.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Managers.WebAdministrationManager"/> class.
            </summary>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WebAdministrationManager.RecycleApplicationPool(System.String,System.Boolean)">
            <summary>
            Recycles specific application pool
            </summary>
            <param name="applicationPoolName">Name of the application pool.</param>
            <param name="startIfNotRunning">if set to <c>true</c> then starts application pool if not running.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WebAdministrationManager.EnableWindowsAuthentication(System.String)">
            <summary>
            Enables the windows authentication.
            </summary>
            <param name="webSiteName">Name of the web site.</param>
            <exception cref="T:ISHDeploy.Data.Exceptions.WindowsAuthenticationModuleIsNotInstalledException"></exception>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WebAdministrationManager.DisableWindowsAuthentication(System.String)">
            <summary>
            Disables the windows authentication.
            </summary>
            <param name="webSiteName">Name of the web site.</param>
            <exception cref="T:ISHDeploy.Data.Exceptions.WindowsAuthenticationModuleIsNotInstalledException"></exception>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WebAdministrationManager.IsWindowsAuthenticationFeatureEnabled">
            <summary>
            Determines whether IIS-WindowsAuthentication feature enabled or not.
            </summary>
            <returns>State of WindowsAuthenticationFeature</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WebAdministrationManager.StopApplicationPool(System.String)">
            <summary>
            Stops specific application pool
            </summary>
            <param name="applicationPoolName">Name of the application pool.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WebAdministrationManager.WaitOperationCompleted(Microsoft.Web.Administration.ApplicationPool)">
            <summary>
            Wait until application pool operation is completed.
            </summary>
            <param name="appPool">The application pool.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WebAdministrationManager.SetApplicationPoolProperty(System.String,ISHDeploy.Common.Enums.ApplicationPoolProperty,System.Object)">
            <summary>
            Sets application pool property
            </summary>
            <param name="applicationPoolName">Name of the application pool.</param>
            <param name="propertyName">The name of ApplicationPool property.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WebAdministrationManager.GetApplicationPoolProperty(System.String,ISHDeploy.Common.Enums.ApplicationPoolProperty)">
            <summary>
            Gets application pool property value
            </summary>
            <param name="applicationPoolName">Name of the application pool.</param>
            <param name="propertyName">The name of ApplicationPool property.</param>
            <returns>
            The value by property name.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WebAdministrationManager.SetWebConfigurationProperty(System.String,System.String,ISHDeploy.Common.Enums.WebConfigurationProperty,System.Object)">
            <summary>
            Sets web configuration property.
            </summary>
            <param name="webSiteName">Name of the web site.</param>
            <param name="configurationXPath">The xPath to get configuration node.</param>
            <param name="propertyName">The name of WebConfiguration property.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WebAdministrationManager.GetWebConfigurationProperty(System.String,System.String,ISHDeploy.Common.Enums.WebConfigurationProperty)">
            <summary>
            Gets web configuration property.
            </summary>
            <param name="webSiteName">Name of the web site.</param>
            <param name="configurationXPath">The xPath to get configuration node.</param>
            <param name="propertyName">The name of WebConfiguration property.</param>
            <returns>
            The value by property name.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WebAdministrationManager.IsApplicationPoolStarted(System.String)">
            <summary>
            Check application pool is Started or not
            </summary>
            <param name="applicationPoolName">Name of the application pool.</param>
            <returns>
            True if the state of application pool is Started.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WebAdministrationManager.GetAppPoolComponents(System.String[])">
            <summary>
            Gets all IIS application pool components.
            </summary>
            <returns>
            The list of IIS application pool components.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.WebAdministrationManager.GetWebSiteByApplicationPoolName(Microsoft.Web.Administration.ServerManager,System.String)">
            <summary>
            Returns name of WebSite for specified Application Pool or an empty string if such pool does not exist
            </summary>
            <param name="manager">The server manager</param>
            <param name="applicationPoolName">The name of IIS application pool</param>
            <returns>The name of WebSite for specified Application Pool or an empty string if such pool does not exist</returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.CertificateManager">
            <summary>
            Operates on registered certificates.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Managers.Interfaces.ICertificateManager" />
        </member>
        <member name="F:ISHDeploy.Data.Managers.CertificateManager._logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.CertificateManager._fileManager">
            <summary>
            The file manager.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.CertificateManager.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Managers.CertificateManager"/> class.
            </summary>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.CertificateManager.GetCertificatePublicKey(System.String)">
            <summary>
            Gets the certificate public key.
            </summary>
            <param name="thumbprint">The certificate thumbprint.</param>
            <returns>Certificate public key.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.CertificateManager.GetCertificateSubjectByThumbprint(System.String)">
            <summary>
            Gets the certificate subject.
            </summary>
            <param name="thumbprint">The certificate thumbprint.</param>
            <returns>Certificate subject.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.CertificateManager.GetEncryptedRawDataByThumbprint(System.String)">
            <summary>
            Gets the encrypted raw data by thumbprint.
            </summary>
            <param name="thumbprint">The thumbprint.</param>
            <returns></returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.CertificateManager.GetPathToCertificateByThumbprint(System.String)">
            <summary>
            Gets the path to certificate by thumbprint
            </summary>
            <param name="thumbprint">The thumbprint.</param>
            <returns></returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.CertificateManager.FindCertificateByThumbprint(System.String)">
            <summary>
            Finds the certificate by thumbprint.
            </summary>
            <param name="thumbprint">The certificate thumbprint.</param>
            <returns></returns>
            <exception cref="T:System.ArgumentNullException"></exception>
        </member>
        <member name="T:ISHDeploy.Data.Managers.TemplateManager">
            <summary>
            Generates documents from resource templates.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Managers.Interfaces.ITemplateManager" />
        </member>
        <member name="F:ISHDeploy.Data.Managers.TemplateManager.TemplateBaseFolder">
            <summary>
            The templates resource folder.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.TemplateManager._logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TemplateManager.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Managers.TemplateManager"/> class.
            </summary>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TemplateManager.GenerateDocument(System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Generate output document from the template.
            </summary>
            <param name="templateFileName">Name of the template file.</param>
            <param name="parameters">All parameters that need to be filled out in the template.</param>
            <returns></returns>
        </member>
        <member name="T:ISHDeploy.Data.Managers.TrisoftRegistryManager">
            <summary>
            Manager that do all kinds of operations with registry.
            </summary>
            <seealso cref="T:ISHDeploy.Data.Managers.Interfaces.ITrisoftRegistryManager" />
        </member>
        <member name="F:ISHDeploy.Data.Managers.TrisoftRegistryManager.ProjectBaseRegName">
            <summary>
            The project base registry name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.TrisoftRegistryManager.CoreRegName">
            <summary>
            The core registry key name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.TrisoftRegistryManager.CurrentRegName">
            <summary>
            The current registry key name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.TrisoftRegistryManager.HistoryRegName">
            <summary>
            The history registry key name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.TrisoftRegistryManager.InstallHistoryPathRegValue">
            <summary>
            The install history path registry value name.
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.TrisoftRegistryManager.VersionRegValue">
            <summary>
            The version registry value name
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.TrisoftRegistryManager._logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="P:ISHDeploy.Data.Managers.TrisoftRegistryManager.RelativeTrisoftRegPath">
            <summary>
            The path to of "SOFTWARE\Trisoft"
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TrisoftRegistryManager.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Managers.TrisoftRegistryManager"/> class.
            </summary>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TrisoftRegistryManager.GetInstalledProjectsKeys(System.String)">
            <summary>
            Gets the installed deployments keys.
            </summary>
            <param name="projectName">The deployment name. If not specified method will return all found deployments.</param>
            <returns>List of found deployments</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TrisoftRegistryManager.GetInstallParamFilePath(Microsoft.Win32.RegistryKey)">
            <summary>
            Gets the inputparameters.xml file path.
            </summary>
            <param name="projectRegKey">The deployment registry key.</param>
            <returns>Path to inputparameters.xml file</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TrisoftRegistryManager.GetInstalledProjectVersion(Microsoft.Win32.RegistryKey)">
            <summary>
            Gets the installed deployment version.
            </summary>
            <param name="projectRegKey">The deployment registry key.</param>
            <returns>Deployment version.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TrisoftRegistryManager.GetHistoryFolderRegKey(Microsoft.Win32.RegistryKey,System.Boolean)">
            <summary>
            Gets the history folder registry key.
            </summary>
            <param name="projectRegKey">The deployment registry key.</param>
            <param name="writable">Is registry key writable. Fales by default</param>
            <returns>Registry history folder key.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TrisoftRegistryManager.GetRegistryValue(System.String,ISHDeploy.Common.Enums.RegistryValueName)">
            <summary>
            Gets the specified value on the specified registry key.
            </summary>
            <param name="keyName">The registry key name.</param>
            <param name="valueName">The name of value.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TrisoftRegistryManager.GetValueNames(System.String)">
            <summary>
            Gets names of all values of registry key.
            </summary>
            <param name="localMachineSubKeyName">The registry path of the sub key under LocalMachine (HKEY_LOCAL_MACHINE).</param>
            <returns>
            The array of names of all values of specified registry key.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TrisoftRegistryManager.CopyValues(System.Collections.Generic.IEnumerable{System.String},System.String,System.String)">
            <summary>
            Copies values from one registry key to another.
            </summary>
            <param name="namesOfValues">The list of names of values that need to be copied.</param>
            <param name="sourceLocalMachineSubKeyName">The registry path to source sub key under LocalMachine (HKEY_LOCAL_MACHINE).</param>
            <param name="destLocalMachineSubKeyName">The registry path to destination sub key under LocalMachine (HKEY_LOCAL_MACHINE).</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TrisoftRegistryManager.GetValues(System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>
            Gets properties from one registry key
            </summary>
            <param name="namesOfValues">The list of names of values that need to be copied.</param>
            <param name="sourceLocalMachineSubKeyName">The registry path to source sub key under LocalMachine (HKEY_LOCAL_MACHINE).</param>
            <returns>
            Properties from one registry key.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TrisoftRegistryManager.GetValue(System.String,System.String,System.Object)">
            <summary>
            Gets value from registry key
            </summary>
            <param name="keyName">The name of registry key.</param>
            <param name="valueName">The name of value.</param>
            <param name="defaultValue">The default value.</param>
            <returns>
            Value from registry key.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TrisoftRegistryManager.SetValue(System.String,ISHDeploy.Common.Enums.RegistryValueName,System.Object)">
            <summary>
            Sets value in registry key
            </summary>
            <param name="keyName">The registry key name.</param>
            <param name="valueName">The name of value.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TrisoftRegistryManager.SetValue(System.String,System.String,System.Object)">
            <summary>
            Sets value in registry key
            </summary>
            <param name="keyName">The registry key name.</param>
            <param name="valueName">The name of value.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:ISHDeploy.Data.Managers.TextConfigManager">
            <summary>
            Performs different kinds of operations with text file
            </summary>
            <seealso cref="T:ISHDeploy.Data.Managers.Interfaces.ITextConfigManager" />
        </member>
        <member name="F:ISHDeploy.Data.Managers.TextConfigManager.CommentSymbols">
            <summary>
            The start comment symbols
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.TextConfigManager._logger">
            <summary>
            The logger
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.TextConfigManager._fileManager">
            <summary>
            The file manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TextConfigManager.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Returns new instance of the <see cref="T:ISHDeploy.Data.Managers.TextConfigManager"/>
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TextConfigManager.CommentBlock(System.String,System.String)">
            <summary>
            Comments block of text file between two <paramref name="searchPattern"/> comments
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="searchPattern">Comment pattern that is searched for</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TextConfigManager.TextRegexReplace(System.String,System.String,System.String)">
            <summary>
            Replace text that matches the regular expression <paramref name="replacePattern"/>
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="replacePattern">The regular expression pattern that is searched for</param>
            <param name="replacement">The replacement new value</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TextConfigManager.TextReplace(System.String,System.String,System.String)">
            <summary>
            Replace text that matches the <paramref name="searchPattern"/>
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="searchPattern">The pattern that is searched for</param>
            <param name="newValue">The new value</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TextConfigManager.UncommentBlock(System.String,System.String)">
            <summary>
            Uncomments block of text file between two <paramref name="searchPattern"/> comments
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="searchPattern">Comment pattern that is searched for</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TextConfigManager.CommentBlock(System.String[],System.Int32,System.Int32)">
            <summary>
            Comments the block of text file.
            </summary>
            <param name="lines">List of lines that represent whole content of the text file.</param>
            <param name="startIndex">The line number at which comment will begin.</param>
            <param name="count">Number of lines that will be commented.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.TextConfigManager.UncommentBlock(System.String[],System.Int32,System.Int32)">
            <summary>
            Uncomments the block of text file.
            </summary>
            <param name="lines">List of lines that represent whole content of the text file.</param>
            <param name="startIndex">The line number at which will be started to uncomment.</param>
            <param name="count">Number of lines that will be uncommented.</param>
        </member>
        <member name="T:ISHDeploy.Data.Managers.FileManager">
            <summary>
            Wrapper around .Net file system operations
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.FileManager._logger">
            <summary>
            Logger instance.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.Managers.FileManager"/> class.
            </summary>
            <param name="logger">Logger instance</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.Copy(System.String,System.String,System.Boolean)">
            <summary>
            Copies source file to destination file
            </summary>
            <param name="sourceFilePath">The file to copy.</param>
            <param name="destFilePath">The name of the destination file. This cannot be a directory.</param>
            <param name="overwrite">True if the destination file can be overwritten; otherwise False. </param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.CopyToDirectory(System.String,System.String,System.Boolean)">
            <summary>
            Copies source file to destination directory
            </summary>
            <param name="sourceFilePath">The file to copy.</param>
            <param name="destDir">The name of the destination directory. This cannot be a file name.</param>
            <param name="overwrite">True if the destination file can be overwritten; otherwise False. </param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.FileExists(System.String)">
            <summary>
            Determines whether the specified file exists.
            </summary>
            <param name="path">The file to check.</param>
            <returns>True if the caller has the required permissions and <paramref name="path"/> contains the name of an existing file</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.FolderExists(System.String)">
            <summary>
            Determines whether the specified folder exists.
            </summary>
            <param name="path">The folder to check.</param>
            <returns>True if folder exists</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.Delete(System.String)">
            <summary>
            Deletes file
            </summary>
            <param name="path">Path to the file to be deleted</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.CreateDirectory(System.String)">
            <summary>
            Creates the folder
            </summary>
            <param name="folderPath">Path to folder to be created</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.CleanFolder(System.String)">
            <summary>
            Cleans up the folder
            </summary>
            <param name="folderPath">Path to folder to be cleaned up</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.DeleteFolder(System.String)">
            <summary>
            Deletes the folder
            </summary>
            <param name="folderPath">Path to folder to be deleted</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.DeleteDirectory(System.String)">
            <summary>
            Depth-first recursive delete, with handling for descendant
            directories open in Windows Explorer.
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.EnsureDirectoryExists(System.String)">
            <summary>
            Makes sure directory exists, if not, then creates it
            </summary>
            <param name="folderPath">Directory path to verify</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.CopyDirectoryContent(System.String,System.String)">
            <summary>
            Copies content from one folder to another
            </summary>
            <param name="sourcePath">Source folder path</param>
            <param name="destinationPath">Destination folder path</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.ReadAllText(System.String)">
            <summary>
            Opens a text file, reads all lines of the file, and then closes the file.
            </summary>
            <param name="filePath">The file to open for reading.</param>
            <returns>A string array containing all lines of the file.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.ReadAllLines(System.String)">
            <summary>
            Opens a text file, reads all lines of the file, and then closes the file.
            </summary>
            <param name="filePath">The file to open for reading.</param>
            <returns>A string array containing all lines of the file.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.WriteAllLines(System.String,System.String[])">
            <summary>
            Creates a new file, write the specified string array to the file, and then closes the file.
            </summary>
            <param name="filePath">The file to write to.</param>
            <param name="lines">The string array to write to the file.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.WriteAllText(System.String,System.String)">
            <summary>
            Writes string to specified file.
            </summary>
            <param name="filePath">The path to file.</param>
            <param name="content">The string to write to the file</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.Append(System.String,System.String)">
            <summary>
            Appends text to the file. Creates new file if it does not exist.
            </summary>
            <param name="filePath">The file to open for writing.</param>
            <param name="text">The text to be appended to the file content.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.Write(System.String,System.String,System.Boolean)">
            <summary>
            Writes text to the file. Creates new file if it does not exist.
            </summary>
            <param name="filePath">The file to open for writing.</param>
            <param name="text">Text to be appended to the file content.</param>
            <param name="append">True to append data to the file; false to overwrite the file.</param>
        </member>
        <member name="F:ISHDeploy.Data.Managers.FileManager._historyFileVersion">
            <summary>
            Version of History file
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.FileManager._headerParams">
            <summary>
            Header params
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.GetHeader(System.String,System.String,System.String)">
            <summary>
            Create history header
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.WriteHistoryHeader(System.String,System.Version)">
            <summary>
            Writes text header to the file. Creates new file if it does not exist.
            </summary>
            <param name="filePath">The file to open for writing.</param>
            <param name="version">Module version.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.Load(System.String)">
            <summary>
            Creates a new <see cref="T:System.Xml.Linq.XDocument" /> instance by using the specified file path.
            </summary>
            <param name="filePath">A URI string that references the file to load into a new <see cref="T:System.Xml.Linq.XDocument" />.</param>
            <returns>New instance of <see cref="T:System.Xml.Linq.XDocument" /> with loaded file content</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.Save(System.String,System.Xml.Linq.XDocument)">
            <summary>
            Saves <see cref="T:System.Xml.Linq.XDocument" /> content to file
            </summary>
            <param name="filePath">The file where <see cref="T:System.Xml.Linq.XDocument" /> content will be stored.</param>
            <param name="doc">The document to be stored</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.TryToFindLicenseFile(System.String,System.String,System.String,System.String@)">
            <summary>
            Tries to find license file on the system
            </summary>
            <param name="licenseFolderPath">License file.</param>
            <param name="hostName">Host name.</param>
            <param name="licenseFileExtension">License file extension.</param>
            <param name="filePath">File path.</param>
            <returns>Returns True if license file is found, otherwise False.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.PackageDirectory(System.String,System.String,System.Boolean)">
            <summary>
            Creates a zip archive that contains the files and directories from the specified directory, uses the Optimal compression level, and optionally includes the base directory.
            </summary>
            <param name="sourceDirectoryPath">The path to the directory to be archived, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
            <param name="destinationArchiveFilePath">The path of the archive to be created, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
            <param name="includeBaseDirectory">'True' to include the directory name from sourceDirectoryName at the root of the archive; 'False' to include only the contents of the directory. 'False' by default</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.ExtractPackageToDirectory(System.String,System.String)">
            <summary>
             
            </summary>
            <param name="sourceArchiveFilePath">The path to archive.</param>
            <param name="destinationDirectoryPath">The path to destination folder.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.IsFileLocked(System.String)">
            <summary>
            Determines whether is the specified file locked.
            </summary>
            <param name="filePath">The file path.</param>
            <returns></returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.AssignPermissionsForDirectory(System.String,System.String,System.Security.AccessControl.FileSystemRights,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)">
            <summary>
            Assigns the permissions for directory.
            </summary>
            <param name="path">The path.</param>
            <param name="user">The user.</param>
            <param name="fileSystemRights">The file system rights.</param>
            <param name="inheritanceFlags">The inheritance flags.</param>
            <param name="propagationFlags">The propagation flags.</param>
            <param name="type">The type.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.AssignPermissionsForFile(System.String,System.String,System.Security.AccessControl.FileSystemRights,System.Security.AccessControl.AccessControlType)">
            <summary>
            Assigns the permissions for file.
            </summary>
            <param name="path">The path.</param>
            <param name="user">The user.</param>
            <param name="fileSystemRights">The file system rights.</param>
            <param name="type">The type.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.GetFiles(System.String,System.String,System.Boolean)">
            <summary>
            Gets list of files
            </summary>
            <param name="path">The path to directory.</param>
            <param name="searchPattern">The pattern to search.</param>
            <param name="recurse">Search in all directories or just in top one.</param>
            <returns>A string array containing list of required files.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.GetFileSystemEntries(System.String,System.String,System.IO.SearchOption)">
            <summary>
            Gets list of system entries
            </summary>
            <param name="path">The path to directory.</param>
            <param name="searchPattern">The pattern to search.</param>
            <param name="searchOption">Search option.</param>
            <returns>A string array containing list of required file entries.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.GetFilesByCustomSearchPattern(System.String,System.String)">
            <summary>
            Returns a list of files that correspond to search pattern.
            </summary>
            <param name="sourceDirectoryPath">The path to source directory</param>
            <param name="searchPattern">The search pattern</param>
            <returns>A string array containing list of required files.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.SaveObjectToFile``1(System.String,``0)">
            <summary>
            Save an object like a file
            </summary>
            <param name="filePath">The path to file</param>
            <param name="data">The object</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.ReadObjectFromFile``1(System.String)">
            <summary>
            Read an object from file
            </summary>
            <param name="filePath">The path to file</param>
            <returns>Deserialized object of type T</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.GetFileAttributes(System.String)">
            <inheritdoc cref="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.GetFileAttributes(System.String)"/>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.SetFileAttributes(System.String,System.IO.FileAttributes)">
            <inheritdoc cref="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.SetFileAttributes(System.String,System.IO.FileAttributes)"/>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.RemoveDuplicatedFilesInDirectories(System.Collections.Generic.IList{System.String},System.Boolean,System.String)">
            <inheritdoc cref="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.RemoveDuplicatedFilesInDirectories(System.Collections.Generic.IList{System.String},System.Boolean,System.String)"/>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.DirectoryCopy(System.String,System.String,System.Boolean,System.Boolean)">
            <inheritdoc cref="M:ISHDeploy.Data.Managers.Interfaces.IFileManager.DirectoryCopy(System.String,System.String,System.Boolean,System.Boolean)"/>
        </member>
        <member name="M:ISHDeploy.Data.Managers.FileManager.CheckFilePath(System.String)">
            <summary>
            Checks that specified file exists.
            </summary>
            <param name="filePath">The file path.</param>
        </member>
        <member name="T:ISHDeploy.Data.Managers.XmlConfigManager">
            <summary>
            Performs different kinds of operations with xml file
            </summary>
            <seealso cref="T:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager" />
        </member>
        <member name="F:ISHDeploy.Data.Managers.XmlConfigManager.InputConfigParamXmlPath">
            <summary>
            The input configuration parameter xml path
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.XmlConfigManager.NameXmlAttr">
            <summary>
            The name xml attribute
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.XmlConfigManager.CurrentValueXmlNode">
            <summary>
            The current value xml node
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.XmlConfigManager._logger">
            <summary>
            The logger
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.Managers.XmlConfigManager._fileManager">
            <summary>
            The file manager
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Returns new instance of the <see cref="T:ISHDeploy.Data.Managers.XmlConfigManager"/>
            </summary>
            <param name="logger">Instance of the <see cref="T:ISHDeploy.Common.Interfaces.ILogger"/></param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.GetAllInputParamsValues(System.String)">
            <summary>
            Returns dictionary with all parameters from inputparameters.xml file
            </summary>
            <param name="filePath">Path to inputparameters.xml file</param>
            <returns>Dictionary with parameters</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.RemoveSingleNode(System.String,System.String,System.Boolean)">
            <summary>
            Removes single node or comment in xml file that can be found by <paramref name="xpath"/>
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="xpath">XPath to searched node</param>
            <param name="outputWarnings">Output warnings or not. Is true by default</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.RemoveNodes(System.String,System.String,System.Boolean)">
            <summary>
            Removes nodes in xml file that can be found by <paramref name="xpath"/>
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="xpath">XPath to searched nodes</param>
            <param name="outputWarnings">Output warnings or not. Is true by default</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.MoveBeforeNode(System.String,System.String,System.String)">
            <summary>
            Removes node in xml file that can be found by <paramref name="xpath"/>
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="xpath">XPath to searched node</param>
            <param name="insertBeforeXpath">XPath to searched node</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.MoveAfterNode(System.String,System.String,System.String)">
            <summary>
            Removes node in xml file that can be found by <paramref name="xpath"/>
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="xpath">XPath to searched node</param>
            <param name="insertAfterXpath">XPath to searched node</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.CommentNode(System.String,System.String,System.Boolean)">
            <summary>
            Comments node in xml file that can be found by <paramref name="xpath"/>
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="xpath">XPath to searched node</param>
            <param name="encodeInnerXml">True if content of the comment should be encoded; otherwise False.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.CommentNodesByPrecedingPattern(System.String,System.String)">
            <summary>
            Comments all nodes that has <paramref name="searchPattern"/> right above it
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="searchPattern">Comment pattern that precedes the searched node</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.UncommentNodesByPrecedingPattern(System.String,System.String)">
            <summary>
            Uncomments all nodes that has <paramref name="searchPattern"/> right above it.
            </summary>
            <param name="filePath">Path to the file that is modified.</param>
            <param name="searchPattern">Comment pattern that precedes the searched node.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.UncommentNodesByInnerPattern(System.String,System.String,System.Boolean)">
            <summary>
            Uncomment multiple nodes that can be found by inner pattern
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="searchPattern">Comment pattern that is inside commented node</param>
            <param name="decodeInnerXml">True if content of the comment should be decoded; otherwise False.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.SetAttributeValue(System.String,System.String,System.String,System.Boolean,System.Xml.XmlNamespaceManager)">
            <summary>
            Set attribute value by attribute XPath
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="attributeXpath">XPath the attribute that will be modified</param>
            <param name="value">Attribute new value</param>
            <param name="createAttributeIfNotExist">Create attribute if not exist.</param>
            <param name="xmlNamespaceManager">Xml namespace manager (can be null)</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.SetNode(System.String,System.String,ISHDeploy.Common.Interfaces.IISHXmlNode,System.Boolean)">
            <summary>
            Set xml node
            </summary>
            <param name="filePath">Path to the file that is modified</param>
            <param name="xpath">XPath that is searched</param>
            <param name="xNode">The xml node from ISH configuration.</param>
            <param name="replaceIfExists">if set to <c>true</c> replaces existing node if exists, otherwise does nothing.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.InsertBeforeNode(System.String,System.String,System.String)">
            <summary>
            Inserts a new node before specified one.
            </summary>
            <param name="filePath">The file path.</param>
            <param name="xpath">The xpath to the node before which we want to add a new node.</param>
            <param name="xmlString">The new node as a XML string.</param>
            <exception cref="T:ISHDeploy.Data.Exceptions.WrongXPathException"></exception>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.InsertOrUpdateElement(System.String,ISHDeploy.Common.Models.BaseXMLElement,System.Boolean,System.String)">
            <summary>
            Inserts or update the element of UI.
            </summary>
            <param name="filePath">The file path to XML file.</param>
            <param name="model">The model that represents UI element.</param>
            <param name="banUpdateAndGenerateException">Ban update and generate an exception. False by default.></param>
            <param name="exceptionMessage">The error message.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.RemoveElement(System.String,ISHDeploy.Common.Models.BaseXMLElement)">
            <summary>
            Removes the element of UI.
            </summary>
            <param name="filePath">The file path to XML file.</param>
            <param name="model">The model that represents UI element.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.MoveElement(System.String,ISHDeploy.Common.Models.BaseXMLElement,ISHDeploy.Common.Enums.MoveDirection,System.String)">
            <summary>
            Moves the UI element.
            </summary>
            <param name="filePath">The file path to XML file.</param>
            <param name="model">The model that represents UI element.</param>
            <param name="direction">The direction to move.</param>
            <param name="insertAfterXpath">The XPath to element to move after it. It is Null by default</param>
            <exception cref="T:System.Exception">
            Could not find source element
            or
            Could not find target element
            or
            Unknown operation
            </exception>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.SetElementValue(System.String,System.String,System.String)">
            <summary>
            Set element value.
            </summary>
            <param name="filePath">Path to the file that is modified.</param>
            <param name="xpath">XPath of searched element.</param>
            <param name="value">The new value of element.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.GetValue(System.String,System.String)">
            <summary>
            Gets the value from element found by xpath.
            </summary>
            <param name="filePath">The file path.</param>
            <param name="xpath">The xpath to the element.</param>
            <returns>The element value.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.Serialize``1(``0)">
            <summary>
            Serializes the specified value.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.DeserializeToDescendantName``1(System.String,System.String)">
            <summary>
            Deserialize the XML document to type T.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="xmlFilePath">The path to XML file.</param>
            <param name="readToDescendantName">The name of node to read to. Empty string by default</param>
            <returns>
            Deserialized object of type T
            </returns>
            <exception cref="T:System.NotImplementedException"></exception>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.SerializeToFile``1(System.String,``0)">
            <summary>
            Serializes object to special file.
            </summary>
            <param name="filePath">The path to file.</param>
            <param name="data">Object to serialize.</param>
            <returns></returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.Deserialize``1(System.String)">
            <summary>
            Deserialize the XML document to type T.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="xmlFilePath">The path to XML file.</param>
            <returns>
            Deserialized object of type T
            </returns>
            <exception cref="T:System.NotImplementedException"></exception>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.Deserialize``1(System.Xml.XmlNode)">
            <summary>
            Deserialize the XmlNode to type T.
            </summary>
            <typeparam name="T">Type of deserialized object to return</typeparam>
            <param name="node">The XmlNode node</param>
            <returns></returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.ReplaceAttributeValue(System.String,System.String,System.String,System.String)">
            <inheritdoc cref="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.ReplaceAttributeValue(System.String,System.String,System.String,System.String)"/>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.HasEqualValue(System.String,System.String,System.String,System.StringComparison)">
            <inheritdoc cref="M:ISHDeploy.Data.Managers.Interfaces.IXmlConfigManager.HasEqualValue(System.String,System.String,System.String,System.StringComparison)"/>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.DoesSingleNodeExist(System.String,System.String)">
            <summary>
            Does single node exist
            </summary>
            <param name="filePath">The file path to XML file.</param>
            <param name="xPath">The xPath of node to be evaluated.</param>
            <returns>
            True if node exists.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.TryUncommentNode(System.Xml.Linq.XNode,System.Xml.Linq.XDocument@,System.Boolean)">
            <summary>
            Tries to uncomment node.
            </summary>
            <param name="commentedNode">The commented node.</param>
            <param name="doc">The document where changes should take place.</param>
            <returns>True if operation succeeded; otherwise False.</returns>
            <param name="decodeInnerXml">True if content of the comment should be decoded; otherwise False.</param>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.SelectSingleNode(System.Xml.Linq.XDocument@,System.String)">
            <summary>
            Evaluates node from XPath
            </summary>
            <param name="doc">The document to node lookup.</param>
            <param name="xPath">The xPath of node to be evaluated.</param>
            <returns>
            XNode instance from document.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.SelectNodes(System.Xml.Linq.XDocument@,System.String)">
            <summary>
            Evaluates nodes from XPath
            </summary>
            <param name="doc">The document to node lookup.</param>
            <param name="xPath">The xPath of node to be evaluated.</param>
            <returns>
            IEnumerable of XNodes from document.
            </returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.XmlEncode(System.String)">
            <summary>
            Replaces some characters that might cause issues when commenting/uncommenting xml fragment.
            </summary>
            <param name="text">The string that should be encoded.</param>
            <returns>Encoded string.</returns>
        </member>
        <member name="M:ISHDeploy.Data.Managers.XmlConfigManager.XmlDecode(System.String)">
            <summary>
            Replaces some characters back that where changed by <see cref="M:ISHDeploy.Data.Managers.XmlConfigManager.XmlEncode(System.String)"/>.
            </summary>
            <param name="text">The string that should be decoded.</param>
            <returns>Decoded string.</returns>
        </member>
        <member name="T:ISHDeploy.Data.TrisoftSetupUtilitiesLogger">
            <summary>
            Logger wrapper
            </summary>
        </member>
        <member name="F:ISHDeploy.Data.TrisoftSetupUtilitiesLogger._ishDeployLogger">
            <summary>
            The logger of ISHDeploy module
            </summary>
        </member>
        <member name="M:ISHDeploy.Data.TrisoftSetupUtilitiesLogger.#ctor(ISHDeploy.Common.Interfaces.ILogger)">
            <summary>
            Initializes a new instance of the <see cref="T:ISHDeploy.Data.TrisoftSetupUtilitiesLogger"/> class.
            </summary>
            <param name="ishDeployLogger">The logger of ISHDeploy module</param>
        </member>
        <member name="M:ISHDeploy.Data.TrisoftSetupUtilitiesLogger.WriteInfo(System.String)">
            <summary>
            Writes info message.
            </summary>
            <param name="message">Info message.</param>
        </member>
        <member name="M:ISHDeploy.Data.TrisoftSetupUtilitiesLogger.WriteDebug(System.String)">
            <summary>
            Writes debug-useful information.
            </summary>
            <param name="message">Debug message.</param>
        </member>
        <member name="M:ISHDeploy.Data.TrisoftSetupUtilitiesLogger.WriteWarning(System.String)">
            <summary>
            Writes warning message.
            </summary>
            <param name="message">Warning message.</param>
        </member>
    </members>
</doc>