get_meta


Description:

public abstract bool get_meta (string name, string tag, out string value)

Gets the value for an existing meta data tag.

Meta data tag names can be something like e.g. "comment". Returned values need to be released when done.

Parameters:

this

a Object that implements Preset

name

preset name

tag

meta data item name

value

value

Returns:

true for success, false if e.g. there is no preset with that name or no value for the given tag