Metodo UserPermManagerRemoveAttrOwner
|
Rimuove i permessi specifici di una famiglia, abbinati ad un utente/gruppo.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public void RemoveAttrOwner(
string attrName,
string dbPath,
string ownerName
)
Public Sub RemoveAttrOwner (
attrName As String,
dbPath As String,
ownerName As String
)
public:
void RemoveAttrOwner(
String^ attrName,
String^ dbPath,
String^ ownerName
)
member RemoveAttrOwner :
attrName : string *
dbPath : string *
ownerName : string -> unit
Parametri
- attrName
- Tipo: SystemString
Nome dell'attributo da cui si vuole eliminare l'owner. - dbPath
- Tipo: SystemString
DbPath della famiglia a cui è associato l'attributo. - ownerName
- Tipo: SystemString
Nome dell'owner da eliminare.
Vedi anche