Metodo UserPermManagerGetCommOwnerPermSet
|
Restitusice il set di permessi abbinati ad una famiglia per uno specifico utente/gruppo.
Restitusice un set di permessi inizializzato ma vuoto se l'utente/gruppo non era già abbinato alla famiglia.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public DedCommPerm GetCommOwnerPermSet(
Guid commId,
string ownerName
)
Public Function GetCommOwnerPermSet (
commId As Guid,
ownerName As String
) As DedCommPerm
public:
DedCommPerm^ GetCommOwnerPermSet(
Guid commId,
String^ ownerName
)
member GetCommOwnerPermSet :
commId : Guid *
ownerName : string -> DedCommPerm
Parametri
- commId
- Tipo: SystemGuid
- ownerName
- Tipo: SystemString
Nome dell'utente o gruppo del quale avere il set di permessi.
Valore di ritorno
Tipo:
DedCommPermRestitusice null se non sono presenti.
Vedi anche