UtilitiesGetError Method
Namespace: Centralpoint.Web.UberAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
[SoapDocumentMethodAttribute("http://www.oxcyon.com/GetError", RequestNamespace = "http://www.oxcyon.com/",
ResponseNamespace = "http://www.oxcyon.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public bool GetError(
Guid errorId,
out DateTime createDate,
out DateTime modifyDate,
out string message,
out Guid webSiteId,
out string webSiteName,
out string updateVersion,
out string detailsXml
)
<SoapDocumentMethodAttribute("http://www.oxcyon.com/GetError", RequestNamespace := "http://www.oxcyon.com/",
ResponseNamespace := "http://www.oxcyon.com/", Use := SoapBindingUse.Literal,
ParameterStyle := SoapParameterStyle.Wrapped)>
Public Function GetError (
errorId As Guid,
<OutAttribute> ByRef createDate As DateTime,
<OutAttribute> ByRef modifyDate As DateTime,
<OutAttribute> ByRef message As String,
<OutAttribute> ByRef webSiteId As Guid,
<OutAttribute> ByRef webSiteName As String,
<OutAttribute> ByRef updateVersion As String,
<OutAttribute> ByRef detailsXml As String
) As Boolean
- errorId Guid
-
- createDate DateTime
-
- modifyDate DateTime
-
- message String
-
- webSiteId Guid
-
- webSiteName String
-
- updateVersion String
-
- detailsXml String
-
Boolean