KitchenDraw SDK 2
Show / Hide Table of Contents

Method TryLoad

TryLoad(string, string)

The same as Load(string, string), except of it returns false instead of throwing an exception if catalog load fails.

Declaration
public bool TryLoad(string filename, string password)
Parameters
Type Name Description
string filename
string password
Returns
Type Description
bool
In this article
Back to top Generated by DocFX