Get file after id
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public MyLibraryFile GetLibraryFile(
string accessToken,
string apiKey,
string fileId
)
public MyLibraryFile GetLibraryFile(
string accessToken,
string apiKey,
string fileId
)
Public Function GetLibraryFile ( _
accessToken As String, _
apiKey As String, _
fileId As String _
) As MyLibraryFile
Public Function GetLibraryFile ( _
accessToken As String, _
apiKey As String, _
fileId As String _
) As MyLibraryFile
public:
virtual MyLibraryFile^ GetLibraryFile(
String^ accessToken,
String^ apiKey,
String^ fileId
) sealed
public:
virtual MyLibraryFile^ GetLibraryFile(
String^ accessToken,
String^ apiKey,
String^ fileId
) sealed
abstract GetLibraryFile :
accessToken : string *
apiKey : string *
fileId : string -> MyLibraryFile
override GetLibraryFile :
accessToken : string *
apiKey : string *
fileId : string -> MyLibraryFile
abstract GetLibraryFile :
accessToken : string *
apiKey : string *
fileId : string -> MyLibraryFile
override GetLibraryFile :
accessToken : string *
apiKey : string *
fileId : string -> MyLibraryFile
Parameters
- accessToken
- Type: System String
Access token.
- apiKey
- Type: System String
The API key for the application
- fileId
- Type: System String
The id of the file
Return Value
Returns a MyLibraryFile object.
Implements
IMyLibraryService GetLibraryFile(String, String, String)