Get file after id
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
MyLibraryFile GetLibraryFile(
string accessToken,
string apiKey,
string fileId
)
MyLibraryFile GetLibraryFile(
string accessToken,
string apiKey,
string fileId
)
Function GetLibraryFile ( _
accessToken As String, _
apiKey As String, _
fileId As String _
) As MyLibraryFile
Function GetLibraryFile ( _
accessToken As String, _
apiKey As String, _
fileId As String _
) As MyLibraryFile
MyLibraryFile^ GetLibraryFile(
String^ accessToken,
String^ apiKey,
String^ fileId
)
MyLibraryFile^ GetLibraryFile(
String^ accessToken,
String^ apiKey,
String^ fileId
)
abstract GetLibraryFile :
accessToken : string *
apiKey : string *
fileId : string -> MyLibraryFile
abstract 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.