MyLibraryService GetLibraryFile Method CTCT Wrapper Documented Class Library
Get file after id

Namespace: CTCT.Services
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public MyLibraryFile GetLibraryFile(
	string accessToken,
	string apiKey,
	string fileId
)

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)
See Also