Table of Contents

Struct SessionInfo

Namespace
Npp.DotNet.Plugin
Assembly
Npp.DotNet.Plugin.dll
public struct SessionInfo
Inherited Members

Remarks

Fields

Files

Array of file names (full path) to be saved in the session

public string[] Files

Field Value

string[]

NumFiles

Size of the Files array (i.e., the number of files to be saved in the session)

public int NumFiles

Field Value

int

SessionFilePathName

Full path name of the session file to be saved

public string SessionFilePathName

Field Value

string