Table of Contents

Method LoadFile

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

LoadFile(string)

Loads IPersistentSettings content from the specified file.

public virtual bool LoadFile(string fileName)

Parameters

fileName string

Name of the file to load.

Returns

bool

True is succeed; otherwise false.

LoadFile(string, Encoding)

Loads IPersistentSettings content from the specified file with specified encoding.

public bool LoadFile(string fileName, Encoding encoding)

Parameters

fileName string

Name of the file to load.

encoding Encoding

Specifies the character encoding to use.

Returns

bool

True is succeed; otherwise false.