You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > FileHandler Class > FileHandler Methods > FileHandler.SetContent Method
Close
Ofcas.Lk.Api.Client - Version 3.0
FileHandler.SetContent Method

Sets the content of a file defined by a FileData.

Syntax
C#
public IFileData SetContent(IFileData fileData, Stream content);
Parameters
Description
IFileData fileData
The FileData that points to a file on the service's file system.
Stream content
The content that should be written to file defined by the FileData.

Returns the updated file informations.

Copyright © 2020. All rights reserved.