Metodo UserPermManagerRemoveCommOwner
|
Rimuove i permessi specifici di una famiglia, abbinati ad un utente/gruppo.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public void RemoveCommOwner(
Guid commid,
string ownerName
)
Public Sub RemoveCommOwner (
commid As Guid,
ownerName As String
)
public:
void RemoveCommOwner(
Guid commid,
String^ ownerName
)
member RemoveCommOwner :
commid : Guid *
ownerName : string -> unit
Parametri
- commid Guid
-
- ownerName String
- Nome dell'owner da eliminare.
Vedi anche