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

Checks whether a Document can be created or not.

Syntax
C#
public override IOperationInfo CanCreateChild(Dictionary<string, object> parameters);
Parameters
Description
Dictionary<string, object> parameters
The parameters for creating the elevation, see WellKnownEditKeys.Document.

Returns an IOperationInfo to determine if the Document can be created with the given parameters. If it's not possible to create the Document a list of restrictions is attached to it.

Copyright © 2020. All rights reserved.