DocData.Load Method

Definition

Overloads

Load(String, Boolean)

Overriden by derived classes to load the document.

Load(String, UInt32, Int32)

Loads a file.

Load(String, Boolean)

Overriden by derived classes to load the document.

protected:
 abstract void Load(System::String ^ fileName, bool isReload);
protected abstract void Load (string fileName, bool isReload);
abstract member Load : string * bool -> unit
Protected MustOverride Sub Load (fileName As String, isReload As Boolean)

Parameters

fileName
String

Name of the file

isReload
Boolean

True when this method is being called as a result of a reload (from SCC or external file changes)

Applies to

Load(String, UInt32, Int32)

Loads a file.

public:
 virtual int Load(System::String ^ fileName, System::UInt32 mode, int isReadOnly);
public int Load (string fileName, uint mode, int isReadOnly);
abstract member Load : string * uint32 * int -> int
override this.Load : string * uint32 * int -> int
Public Function Load (fileName As String, mode As UInteger, isReadOnly As Integer) As Integer

Parameters

fileName
String

File to load.

mode
UInt32

Not used.

isReadOnly
Int32

Not used.

Returns

Implements

Applies to