DocumentSet.ReplaceDocument MethodDocumentSet.ReplaceDocument MethodDocumentSet::ReplaceDocument Method

Replaces the document.

Syntax

Public Function ReplaceDocument( _
    uri As AnyUri, _
    navigable As System.Xml.XPath.IXPathNavigable _
) As Boolean
public bool ReplaceDocument(
    AnyUri uri,
    System.Xml.XPath.IXPathNavigable navigable
)
public:
bool ReplaceDocument(
    AnyUri^ uri, 
    System.Xml.XPath::IXPathNavigable^ navigable
)