Select All Folios
Namespace: Cartella.InterfacesAssembly: 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 ) |