Click or drag to resize

PFExternalDataProvider_SharePoint.GetData Method

Gets data from the external source.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public override List<PFExternalData> GetData(
	PFExternalConnection_Bindings bindings,
	int pageNo = 1,
	int pageSize = 100,
	List<string> specificKeys = null,
	bool includeAllValues = false
)

Parameters

bindings
Type: Packflow.Core.PFExternalConnection_Bindings
Data bindings, used to determine which part of the entities' data must be retrieved.
pageNo (Optional)
Type: System.Int32
The page number, use 0 to load all data.
pageSize (Optional)
Type: System.Int32
Size of the page.
specificKeys (Optional)
Type: System.Collections.Generic.List<String>
List of keys. If defined the corresponding elements are searched and nothing else is returned.
includeAllValues (Optional)
Type: System.Boolean
If true, the returned data will not be limited to the chosen bindings but will contain all values available in the target.

Return Value

Type: List<PFExternalData>
List<T>
Exceptions
See Also