Sage.PL.WebAPI.Interface.FKF.Documents.Interfaces Namespace > IFKDocumentsController Interface > IFKDocumentsController Methods > Get Method  > Get Method (Int32, Int32)

Drukuj

.NET Framework Class Library

IFKDocumentsController.Get Method (Int32, Int32)

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.Interfaces

Assembly:  Sage.PL.WebAPI.Interface.FKF.Documents (in Sage.PL.WebAPI.Interface.FKF.Documents.dll) Version: 25.10.1.0 (25.10.1.0)

Syntax

Visual Basic

Function Get ( _
 id As Integer, _
 yearId As Integer _
As IHttpActionResult

C#

IHttpActionResult Get(
 int id,
 int yearId
)

Visual C++

IHttpActionResultGet(
 int id,
 int yearId
)

JavaScript

function get(idyearId);

Parameters

id

Type: System.Int32

yearId

Type: System.Int32

See Also

IFKDocumentsController Interface

IFKDocumentsController Members

Get Overload

Sage.PL.WebAPI.Interface.FKF.Documents.Interfaces Namespace