KitchenDraw SDK 2
Show / Hide Table of Contents

Method TryLoadWithoutTableAccess

TryLoadWithoutTableAccess(string, string)

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

Declaration
public bool TryLoadWithoutTableAccess(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