UtilitiesGetErrors 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/GetErrors", RequestNamespace = "http://www.oxcyon.com/",
ResponseNamespace = "http://www.oxcyon.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public DataSet GetErrors(
Guid masterId,
Guid webSiteId,
int currentPage,
int pageSize,
string where,
string orderBy,
out int totalRecords
)
<SoapDocumentMethodAttribute("http://www.oxcyon.com/GetErrors", RequestNamespace := "http://www.oxcyon.com/",
ResponseNamespace := "http://www.oxcyon.com/", Use := SoapBindingUse.Literal,
ParameterStyle := SoapParameterStyle.Wrapped)>
Public Function GetErrors (
masterId As Guid,
webSiteId As Guid,
currentPage As Integer,
pageSize As Integer,
where As String,
orderBy As String,
<OutAttribute> ByRef totalRecords As Integer
) As DataSet
- masterId Guid
-
- webSiteId Guid
-
- currentPage Int32
-
- pageSize Int32
-
- where String
-
- orderBy String
-
- totalRecords Int32
-
DataSet