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

Gets a IFileData for the given directory and file name.

Syntax
C#
public IFileData GetFile(IDirectoryData directoryData, string name);
Parameters
Description
IDirectoryData directoryData
The directory of the file.
string name
The name of the file.

Returns the IFileData of the requested file.

Copyright © 2020. All rights reserved.