SPUsageIdentityTable.ReadFromXmlFile, méthode (Microsoft.SharePoint.Administration)

Reads in usage identity information from the specified xml file.

Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Public Sub ReadFromXmlFile ( _
    filename As String _
)
'Utilisation
Dim instance As SPUsageIdentityTable
Dim filename As String

instance.ReadFromXmlFile(filename)
public void ReadFromXmlFile (
    string filename
)

Paramètres

  • filename
    A string that contains the name of the usage identity XML file.

Notes

The ReadFromXmlFile method allows the user to edit the default usage identity XML file (USAGEIDS.XML), or any custom usage identity XML file, and load it for use in usage report analysis. Existing matches in the table are overwritten.

The default usage identity XML file is installed at %setup_root%\CONFIG\USAGEIDS.XML, and contains mapping information for usage report components such as browsers, operating systems, and search engines. You can use this default file to restore default settings.

Voir aussi

Référence

SPUsageIdentityTable, classe
Membres SPUsageIdentityTable
Microsoft.SharePoint.Administration, espace de noms