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

Creates a document with the specific name, suffix, type and content.

Syntax
C#
public DocumentInfo CreateChild(Dictionary<string, object> parameters, Stream content);
Parameters
Description
Dictionary<string, object> parameters
The parameters for creating the elevation, see WellKnownEditKeys.Document.
Stream content
Specifies the content of the document.

Returns the newly created document as info object.

Copyright © 2021 Orgadata AG. All rights reserved.