Table of Contents

Method SetValue

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll

SetValue(string, string, string)

Sets a value in the metadata collection.

public void SetValue(string section, string name, string value)

Parameters

section string

The logical section to add or update date in.

name string

The name of the value to set.

value string

The value to set.