Metodo AssertAssertUserCanDeAttachAnagrComm(Boolean)
             | 
          
        
        
            Controlla che l'utente abbia il permesso di scollegare anagrafiche alle commesse.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic void AssertUserCanDeAttachAnagrComm(
	bool checkOnlyGeneralPerm = false
)
Public Sub AssertUserCanDeAttachAnagrComm ( 
	Optional checkOnlyGeneralPerm As Boolean = false
)
public:
void AssertUserCanDeAttachAnagrComm(
	bool checkOnlyGeneralPerm = false
)
member AssertUserCanDeAttachAnagrComm : 
        ?checkOnlyGeneralPerm : bool 
(* Defaults:
        let _checkOnlyGeneralPerm = defaultArg checkOnlyGeneralPerm false
*)
-> unit Parametri
- checkOnlyGeneralPerm  Boolean  (Optional)
 -  
 
Vedi anche