IniFile.GetSectionOrder Method

IniFileIO

IniFileGetSectionOrder Method

IniFileIO Documentation
Returns the order of the section with the specified name.

Namespace:  IniFileIO
Assembly:  IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax

public int GetSectionOrder(
	string name
)
Public Function GetSectionOrder ( 
	name As String
) As Integer
public:
int GetSectionOrder(
	String^ name
)
member GetSectionOrder : 
        name : string -> int 

Parameters

name
Type: SystemString
Name of the target section.

Return Value

Type: Int32
Order of the first occurance of the section with the specified name.
Remarks

In the event of multiple sections with the specified name, only the order of the first occurrance is returned.
See Also

Reference