Share via


SPHelpMerge.InstallAllHelpCollections Method (Microsoft.SharePoint.Help)

Namespace: Microsoft.SharePoint.Help
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)

Syntax

'Declaration
Public Function InstallAllHelpCollections ( _
    sHCRootPathToManifests As String, _
    sHCNamespaces As String(), _
    bIncludeNotExcludeHCNamespaces As Boolean, _
    nLocaleNumId As UInteger, _
    bUpgradeRequiresNewerManifestVersion As Boolean, _
    bWantSPTimerUse As Boolean, _
    bOverruleIfLocked As Boolean _
) As MergeHCOutcome
'Usage
Dim instance As SPHelpMerge
Dim sHCRootPathToManifests As String
Dim sHCNamespaces As String()
Dim bIncludeNotExcludeHCNamespaces As Boolean
Dim nLocaleNumId As UInteger
Dim bUpgradeRequiresNewerManifestVersion As Boolean
Dim bWantSPTimerUse As Boolean
Dim bOverruleIfLocked As Boolean
Dim returnValue As MergeHCOutcome

returnValue = instance.InstallAllHelpCollections(sHCRootPathToManifests, sHCNamespaces, bIncludeNotExcludeHCNamespaces, nLocaleNumId, bUpgradeRequiresNewerManifestVersion, bWantSPTimerUse, bOverruleIfLocked)
public MergeHCOutcome InstallAllHelpCollections (
    string sHCRootPathToManifests,
    string[] sHCNamespaces,
    bool bIncludeNotExcludeHCNamespaces,
    uint nLocaleNumId,
    bool bUpgradeRequiresNewerManifestVersion,
    bool bWantSPTimerUse,
    bool bOverruleIfLocked
)

Parameters

  • sHCRootPathToManifests
  • sHCNamespaces
  • bIncludeNotExcludeHCNamespaces
  • nLocaleNumId
  • bUpgradeRequiresNewerManifestVersion
  • bWantSPTimerUse
  • bOverruleIfLocked

See Also

Reference

SPHelpMerge Class
SPHelpMerge Members
Microsoft.SharePoint.Help Namespace