Metodo UserPermManagerRemoveAttrsOwner
|
Rimuove i permessi specifici di un attributo, abbinati ad un utente/gruppo.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public void RemoveAttrsOwner(
string attr,
string ownerName,
DedTypeBase tpRoot
)
Public Sub RemoveAttrsOwner (
attr As String,
ownerName As String,
tpRoot As DedTypeBase
)
public:
void RemoveAttrsOwner(
String^ attr,
String^ ownerName,
DedTypeBase^ tpRoot
)
member RemoveAttrsOwner :
attr : string *
ownerName : string *
tpRoot : DedTypeBase -> unit
Parametri
- attr String
- Attributo dal quale eliminare l'owner.
- ownerName String
- Nome dell'owner da eliminare.
- tpRoot DedTypeBase
-
Vedi anche