RecordsRepository Class

Provides methods for sending files to a records repository.

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

Syntax

'Declaration
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<WebServiceBindingAttribute(Name:="RecordsRepositorySoap", Web Service:="https://schemas.microsoft.com/sharepoint/soap/recordsrepository/")> _
Public Class RecordsRepository
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As RecordsRepository
[DebuggerStepThroughAttribute] 
[DesignerCategoryAttribute("code")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[WebServiceBindingAttribute(Name="RecordsRepositorySoap", Web Service="https://schemas.microsoft.com/sharepoint/soap/recordsrepository/")] 
public class RecordsRepository : SoapHttpClientProtocol

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Web.Services.Protocols.WebClientProtocol
         System.Web.Services.Protocols.HttpWebClientProtocol
           System.Web.Services.Protocols.SoapHttpClientProtocol
            Official File.RecordsRepository

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RecordsRepository Members
Official File Web Service

Other Resources

Records Center
Records Center Web Service