Click or drag to resize

PagingItemListJsonT Constructor (Int32, Int32, List)

Namespace:  BlackBerry.Workspaces.Json
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public PagingItemListJson(
	int offset,
	int total,
	List items
)

Parameters

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:BlackBerry.Workspaces.Json.PagingItemListJson`1.#ctor(System.Int32,System.Int32,System.Collections.Generic.List`1)"]

total
Type: SystemInt32

[Missing <param name="total"/> documentation for "M:BlackBerry.Workspaces.Json.PagingItemListJson`1.#ctor(System.Int32,System.Int32,System.Collections.Generic.List`1)"]

items
Type: System.Collections.GenericListT

[Missing <param name="items"/> documentation for "M:BlackBerry.Workspaces.Json.PagingItemListJson`1.#ctor(System.Int32,System.Int32,System.Collections.Generic.List`1)"]

See Also