Metodo UserPermManagerRemoveAttrsOwner
|
Rimuove i permessi specifici di un attributo, 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 RemoveAttrsOwner(
string attr,
string ownerName
)
Public Sub RemoveAttrsOwner (
attr As String,
ownerName As String
)
public:
void RemoveAttrsOwner(
String^ attr,
String^ ownerName
)
member RemoveAttrsOwner :
attr : string *
ownerName : string -> unit
Parametri
- attr
- Tipo: SystemString
Attributo dal quale eliminare l'owner. - ownerName
- Tipo: SystemString
Nome dell'owner da eliminare.
Vedi anche