Click or drag to resize

RoleControllerGetRoleId Method

Note: This API is now obsolete.

Returns the (data object) id of a resource data object which has a specified value in its "RoleID" property.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute("Obsoleted in v14")]
public static int GetRoleId(
	string resourceIdent,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

resourceIdent
Type: SystemString
Value which the resource in question must have in its "RoleID" property.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: Int32
Returns 0 if no resource was found.
See Also