IniFile.DeleteSectionKeys Method

IniFileIO

IniFileDeleteSectionKeys Method

IniFileIO Documentation
Deletes all keys from the section with the specified name.

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

public bool DeleteSectionKeys(
	string name
)
Public Function DeleteSectionKeys ( 
	name As String
) As Boolean
public:
bool DeleteSectionKeys(
	String^ name
)
member DeleteSectionKeys : 
        name : string -> bool 

Parameters

name
Type: SystemString
Name of the target section to delete the keys from.

Return Value

Type: Boolean
Whether or not the keys were deleted.
Remarks

In the event of multiple sections matching name, only the keys from the first occurrance are deleted.
See Also

Reference