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

Checks whether a Document can be created or not.

Syntax
C#
public OperationInfo CanCreateDocument(string name, string suffix, DocumentType type);
Parameters
Description
string name
Name of the document to be created.
string suffix
Extension of the document to be created.
DocumentType type
Type of the document to be created.

OperationInfo with the information about the operation.

Copyright © 2020. All rights reserved.