MyLibraryService UpdateLibraryFile Method CTCT Wrapper Documented Class Library
Update a specific file

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

public MyLibraryFile UpdateLibraryFile(
	string accessToken,
	string apiKey,
	MyLibraryFile file,
	Nullable<bool> includePayload
)

Parameters

accessToken
Type: System String
Access token.
apiKey
Type: System String
The API key for the application
file
Type: CTCT.Components.MyLibrary MyLibraryFile
File to be updated
includePayload
Type: System Nullable Boolean 
Determines if update's folder JSON payload is returned

Return Value

Returns a MyLibraryFile object.

Implements

IMyLibraryService UpdateLibraryFile(String, String, MyLibraryFile, Nullable Boolean )
See Also