Metodo UserPermManagerRemoveCommOwner
|
Rimuove i permessi specifici di una famiglia, abbinati ad un utente/gruppo.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.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
- Tipo: SystemGuid
- ownerName
- Tipo: SystemString
Nome dell'owner da eliminare.
Vedi anche