Select All Folios

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IFolio[] SelectAllFolios(
	string userID,
	bool GetAllDeleted
)
Visual Basic
Function SelectAllFolios ( _
	userID As String, _
	GetAllDeleted As Boolean _
) As IFolio()
Visual C++
array<IFolio^>^ SelectAllFolios(
	String^ userID, 
	bool GetAllDeleted
)

Parameters

userID
Type: System..::..String
Current userID
GetAllDeleted
Type: System..::..Boolean

Return Value

All folios the user can see

See Also