RecordsRepository.GetServerInfo Method (Official File)
RecordsRepository.GetServerInfo Method (Official File)
Returns information on an implementation of the records repository.

Web Service: Official FileWeb Reference: http://<Site>/_vti_bin/OfficialFile.asmx
Syntax

'Usage

Dim instance As RecordsRepository
Dim returnValue As String

returnValue = instance.GetServerInfo

'Declaration

<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/recordsrepository/GetServerInfo", RequestNamespace:="http://schemas.microsoft.com/sharepoint/soap/recordsrepository/", ResponseNamespace:="http://schemas.microsoft.com/sharepoint/soap/recordsrepository/", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetServerInfo As String

Return Value

A string, representing the server information, which can be assigned to a System.Xml.XmlNode object.
<ServerInfo>
  <ServerType>serverType</ServerType>
  <ServerVersion>serverVersion</ServerVersion>
</ServerInfo>
In the case of an exception, this method might instead return a string representing an exception message, depending on the application implementing the Web service.
See Also

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View