add_link_to_content method

add_link_to_content

Creates a new custom document property which links to content.

Returns

The newly created property object.

def add_link_to_content(self, name, source):
    ...
ParameterTypeDescription
namestrThe name of the property.
sourcestrThe source of the property

See Also