Metodo UtilReplaceDerivedDocumentReference |
Namespace: DedNetInv
public static bool ReplaceDerivedDocumentReference( Document oDoc, Object startDerivedRef, string destRefName, string modelStateName = null )
Public Shared Function ReplaceDerivedDocumentReference ( oDoc As Document, startDerivedRef As Object, destRefName As String, Optional modelStateName As String = Nothing ) As Boolean
public: static bool ReplaceDerivedDocumentReference( Document^ oDoc, Object^ startDerivedRef, String^ destRefName, String^ modelStateName = nullptr )
static member ReplaceDerivedDocumentReference : oDoc : Document * startDerivedRef : Object * destRefName : string * ?modelStateName : string (* Defaults: let _modelStateName = defaultArg modelStateName null *) -> bool