GetObjectDbId

Description

Returns the DBID of the object the permission is associated with. Returns zero ("0") if the object does not exist.

Remarque : This method became available in version 7.1.0.

Syntaxe

VBScript

permission.GetObjectDbId  

Perl

$permission->GetObjectDbId(); 
Identificateur
Description
permission
A Permission object obtained from the current session.
Return value
Returns the DBID of the object the permission is associated with. Returns zero ("0") if the object does not exist.

Commentaires en retour