Skip to content

AddProfile

Adds profile data to the document.

1
myDocument.AddProfile(input: ( string | Xml )):Document

Parameters

( string | Xml ) input
    The profile data as an XML node or string.

Returns

The current Document instance.

Remarks

This method copies the provided input data to the document profile using an XML schema-based copy operation.

See Also