Metodo DedNetApplicationChangeContext |
Namespace: DedNet
public bool ChangeContext( string dedid, string dedrev, Guid docid, DedDocContextEnum newcontext )
Public Function ChangeContext ( dedid As String, dedrev As String, docid As Guid, newcontext As DedDocContextEnum ) As Boolean
public: bool ChangeContext( String^ dedid, String^ dedrev, Guid docid, DedDocContextEnum newcontext )
member ChangeContext : dedid : string * dedrev : string * docid : Guid * newcontext : DedDocContextEnum -> bool