set_relation_type


Description:

[ Version ( since = "0.4.0" ) ]
public void set_relation_type (string? relation_type)

Sets the relation_type property to relation_type.

If relation_type is one of the standard Atom relation types, use one of the defined relation type values, instead of a static string. e.g. LINK_EDIT or LINK_SELF.

Set relation_type to null to unset the property in the link.

Parameters:

this

a Link

relation_type

the new relation type for the link, or null