Mawosoft.PowerShell.WindowsSearchManager.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Mawosoft.PowerShell.WindowsSearchManager</name>
    </assembly>
    <members>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.GetSearchCatalogCommand">
            <summary>
            Returns an object with settings and status infos for a search catalog.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.SetSearchCatalogCommand">
            <summary>
            Applies settings to a search catalog.
            </summary>
            <remarks>
            <c>DiacriticSensitivity</c> seems to be the only changeable setting.
            The timeout properties remain 0 after being set.
            </remarks>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.ResetSearchCatalogCommand">
            <summary>
            Resets a search catalog by completely rebuilding the index database. Requires Admin rights.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.UpdateSearchCatalogCommand">
            <summary>
            Updates a search catalog by reindexing it either completely or partially.
            Requires Admin rights for complete reindexing.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.NewSearchCatalogCommand">
            <summary>
            Creates a new search catalog.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.RemoveSearchCatalogCommand">
            <summary>
            Deletes a search catalog
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.SearchCatalogInfo">
            <summary>
            POCO for ISearchCatalogManager
            Admin rights are only required to get the item currently indexed. This is considered of minor importance,
            and insufficient rights will not throw.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.GetSearchManagerCommand">
            <summary>
            Returns an object with the global SearchManager settings. Requires admin rights.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.SetSearchManagerCommand">
            <summary>
            Applies global SearchManager settings. Requires admin rights.
            </summary>
        </member>
        <member name="P:Mawosoft.PowerShell.WindowsSearchManager.SetSearchManagerCommand.ProxyName">
            <summary>
            Gets or sets the proxy name.
            An empty string is allowed to clear the proxy info if ProxyAccess != PROXY_ACCESS_PROXY.
            </summary>
        </member>
        <member name="P:Mawosoft.PowerShell.WindowsSearchManager.SetSearchManagerCommand.ProxyPortNumber">
            <summary>
            Gets or sets the proxy port number.
            Valid numbers start with 1, but 0 is allowed for clearing the proxy info if ProxyAccess != PROXY_ACCESS_PROXY.
            </summary>
        </member>
        <member name="P:Mawosoft.PowerShell.WindowsSearchManager.SetSearchManagerCommand.ProxyBypassList">
            <summary>
            Gets or sets the proxy bypass list. An empty string is allowed if there is nothing to bypass.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.SearchManagerInfo">
            <summary>
            POCO for CSearchManager
            Everything except version info requires admin rights.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.GetSearchRootCommand">
            <summary>
            Returns a collection of objects representing the search roots of a catalog.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.AddSearchRootCommand">
            <summary>
            Adds one or more search roots to a catalog.
            </summary>
            <remarks>
            It is not necessary to add search roots for the <c>file:</c> protocol.
            If needed, they are automatically created when a search rule is added.
            </remarks>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.RemoveSearchRootCommand">
            <summary>
            Remove one or more search roots from a catalog.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.SearchRootInfo">
            <summary>
            POCO for CSearchRoot
            Properties declared as internal are not implemented by CSearchRoot.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.GetSearchRuleCommand">
            <summary>
            Returns a collection of objects representing the search rules of a catalog.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.AddSearchRuleCommand">
            <summary>
            Adds one or more search rules to a catalog.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.RemoveSearchRuleCommand">
            <summary>
            Remove one or more search rules from a catalog.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.ResetSearchRuleCommand">
            <summary>
            Resets a catalog to defaults search rules.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.TestSearchRuleCommand">
            <summary>
            Tests a path against the search rules in a catalog.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.SearchRuleInfo">
            <summary>
            POCO for CSearchScopeRule
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.SearchRuleInfo._FOLLOW_FLAGS">
            <summary>
            _FOLLOW_FLAGS is defined in searchapi.h, but missing from Interop.SearchAPI.
            </summary>
        </member>
        <member name="T:Mawosoft.PowerShell.WindowsSearchManager.TestSearchRuleInfo">
            <summary>
            POCO for result of Test-SearchRule -Detailed
            </summary>
        </member>
    </members>
</doc>