set_parent


Description:

public void set_parent (string? parent)

Identifies the parent of this by its unique identifier string.

This can only be set prior to adding this to an SourceRegistry.

The internal copy of parent is automatically stripped of leading and trailing whitespace. If the resulting string is empty, null is set instead.

Parameters:

this

an Source

parent

the UID of the parent Source, or null