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

Gets the content of a file defined by a FileData.

Syntax
C#
public Stream GetContent(IFileData fileData);
Parameters
Description
IFileData fileData
The FileData that points to a file on the service's file system.

Returns the contents of the file defined by the FileData.

Copyright © 2020. All rights reserved.