UtilitiesGetErrorsAsync(Guid, Guid, Int32, Int32, String, String) Method

Definition

Namespace: Centralpoint.Web.Uber
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void GetErrorsAsync(
	Guid masterId,
	Guid webSiteId,
	int currentPage,
	int pageSize,
	string where,
	string orderBy
)

Parameters

masterId  Guid
 
webSiteId  Guid
 
currentPage  Int32
 
pageSize  Int32
 
where  String
 
orderBy  String
 

See Also