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

The content from the document.

Syntax
C#
public Stream GetContent(bool writeAccess);
Parameters
Description
bool writeAccess
Describes the specific access mode. If the value is true, the file will be open with write access. The document will be locked until the object has been released by the user.

A stream with the content of the document.

Copyright © 2019. All rights reserved.