| CoreApiProxyListLogs Method  | 
 
            Lists the logs.
            
 
    Namespace: 
   Atomia.Billing.Core.Sdk.ServiceProxies
    Assembly:
   Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
 Syntax
Syntaxpublic LogItem[] ListLogs(
	out int pageCount,
	string account,
	string user,
	string action,
	DateRange dateRange,
	Dictionary<string, string> extendedData,
	int sortBy,
	bool sortAsc,
	int page,
	int pageSize
)
Public Function ListLogs ( 
	<OutAttribute> ByRef pageCount As Integer,
	account As String,
	user As String,
	action As String,
	dateRange As DateRange,
	extendedData As Dictionary(Of String, String),
	sortBy As Integer,
	sortAsc As Boolean,
	page As Integer,
	pageSize As Integer
) As LogItem()
public:
virtual array<LogItem^>^ ListLogs(
	[OutAttribute] int% pageCount, 
	String^ account, 
	String^ user, 
	String^ action, 
	DateRange^ dateRange, 
	Dictionary<String^, String^>^ extendedData, 
	int sortBy, 
	bool sortAsc, 
	int page, 
	int pageSize
) sealed
abstract ListLogs : 
        pageCount : int byref * 
        account : string * 
        user : string * 
        action : string * 
        dateRange : DateRange * 
        extendedData : Dictionary<string, string> * 
        sortBy : int * 
        sortAsc : bool * 
        page : int * 
        pageSize : int -> LogItem[] 
override ListLogs : 
        pageCount : int byref * 
        account : string * 
        user : string * 
        action : string * 
        dateRange : DateRange * 
        extendedData : Dictionary<string, string> * 
        sortBy : int * 
        sortAsc : bool * 
        page : int * 
        pageSize : int -> LogItem[] Parameters
- pageCount
- Type: SystemInt32
 The page count.
- account
- Type: SystemString
 The account.
- user
- Type: SystemString
 The user.
- action
- Type: SystemString
 The action.
- dateRange
- Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiDateRange
 The date range.
- extendedData
- Type: System.Collections.GenericDictionaryString, String
 The extended data.
- sortBy
- Type: SystemInt32
 The sort by.
- sortAsc
- Type: SystemBoolean
 if set to true [sort asc].
- page
- Type: SystemInt32
 The page.
- pageSize
- Type: SystemInt32
 Size of the page.
Return Value
Type: 
LogItem[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.ServiceProxies.CoreApiProxy.ListLogs(System.Int32@,System.String,System.String,System.String,Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.DateRange,System.Collections.Generic.Dictionary{System.String,System.String},System.Int32,System.Boolean,System.Int32,System.Int32)"]
Implements
ICoreApiListLogs(Int32, String, String, String, DateRange, DictionaryString, String, Int32, Boolean, Int32, Int32) See Also
See Also