RecordsRepository.GetRecordRouting, méthode (websvcOfficialFile)
Gets the properties of the specified record routing type.
Espace de noms : websvcOfficialFile
Assembly : MOSSSOAP (dans mosssoap.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/recordsrepository/GetRecordRouting", RequestNamespace:="https://schemas.microsoft.com/sharepoint/soap/recordsrepository/", ResponseNamespace:="https://schemas.microsoft.com/sharepoint/soap/recordsrepository/", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetRecordRouting ( _
recordRouting As String _
) As String
'Utilisation
Dim instance As RecordsRepository
Dim recordRouting As String
Dim returnValue As String
returnValue = instance.GetRecordRouting(recordRouting)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/recordsrepository/GetRecordRouting", RequestNamespace="https://schemas.microsoft.com/sharepoint/soap/recordsrepository/", ResponseNamespace="https://schemas.microsoft.com/sharepoint/soap/recordsrepository/", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)]
public string GetRecordRouting (
string recordRouting
)
Paramètres
- recordRouting
A string that represents the name of the record routing type.
Valeur de retour
A string, representing the record routing type properties, which can be assigned to a System.Xml.XmlNode object.
<RecordRouting>
<Name>recordRoutingName</Name>
<Description>recordRoutingDescription</Description>
<Mappings>
<Mapping>recordRoutingAliasName</Mapping>
</Mappings>
</RecordRouting>
Each Mapping element represents an alias for the record routing type. 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. When Office SharePoint Server 2007 implements the Web service, the following XML structure is returned in case of error.
<ResultCode>InvalidConfiguration</ResultCode>
Voir aussi
Référence
RecordsRepository, classe
Membres RecordsRepository
websvcOfficialFile, espace de noms
Autres ressources
Centre d'enregistrements
Service Web du Centre d'enregistrement