of_getinfo


vg_security.pbl   >   vg_n_cst_vgmanager   >   of_getinfo   

Full name vg_n_cst_vgmanager.of_getinfo
Access public
Extend of string
Return value string
Prototype public function string of_getinfo(string,string)

Name Datatype
No Data

Name Datatype
No Data

public function string of_getinfo (string as_typeinfo, string as_value);/*_____________________________________________________________________________
Description	:	obtenir les informations sur l'application, le profile et 
					l'utilisateur en cours

Usage			:	Vous pouvez utiliser cette méthode pour récupérer des informations
					concernant le pack sécurité. Voici la liste des informations récupérables :
					* application = id, key, name.
					* profile = id, name.
					* group = id, name.
					* user = id, login (User's login defined in 'vg_user' table), name, tag1, tag2.
					* database = majorversion, minorversion.

Example		:	This example gets the login of the user :
				iuo_vgmanager.of_getinfo("user", "login")

Argument		:	String : as_type_info - type of information.
					String : as_value - the name of the value.

Return		:	string : the information value.
History		:	
					V7.50 - BT  - 06/06/2000 - Initial version
_____________________________________________________________________________*/

return iuo_vgsecurity.of_getinfo (as_typeinfo, as_value)

end function

     
Name Owner
No Data

     
Name Owner
vg_n_cst_vgsecurity.of_getinfo vg_n_cst_vgsecurity

     
Full name
No Data

     
Name Scope
No Data