CustomDocumentPropertyCollection.AddLinkToContent

CustomDocumentPropertyCollection.AddLinkToContent method

Creates a new custom document property which links to content.

public DocumentProperty AddLinkToContent(string name, string source)
ParameterTypeDescription
nameStringThe name of the property.
sourceStringThe source of the property

Return Value

The newly created property object.

See Also