AppField GetExcluded Method Qlik Sense .NET SDK - API Reference
Get Excluded data from specific pages

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public IEnumerable<NxDataPage> GetExcluded(
	IEnumerable<NxPage> pages
)

Parameters

pages
Type: OnlineSystem.Collections.Generic IEnumerable NxPage 
the pages to retrieve

Return Value

Type: OnlineIEnumerable NxDataPage 
the data available in the pages requested

Implements

IAppField GetExcluded(IEnumerable NxPage )
See Also