Metodo UtilReplaceAllDerivedDocumentReferences |
Namespace: DedNetInv
public static int ReplaceAllDerivedDocumentReferences( Document oDoc, string destRefName, string modelStateName = null )
Public Shared Function ReplaceAllDerivedDocumentReferences ( oDoc As Document, destRefName As String, Optional modelStateName As String = Nothing ) As Integer
public: static int ReplaceAllDerivedDocumentReferences( Document^ oDoc, String^ destRefName, String^ modelStateName = nullptr )
static member ReplaceAllDerivedDocumentReferences : oDoc : Document * destRefName : string * ?modelStateName : string (* Defaults: let _modelStateName = defaultArg modelStateName null *) -> int