UtilitiesGetError Method

Definition

Namespace: Centralpoint.Web.Uber
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[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
)

Parameters

errorId  Guid
 
createDate  DateTime
 
modifyDate  DateTime
 
message  String
 
webSiteId  Guid
 
webSiteName  String
 
updateVersion  String
 
detailsXml  String
 

Return Value

Boolean

See Also