Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

RoleExists Method






A System.String representing the role name to check for.
User custom data.
Checks whether a role is defined by the server.
Syntax
bool RoleExists( 
   string RoleName,
   string extraData
)
'Declaration
 
Function RoleExists( _
   ByVal RoleName As String, _
   ByVal extraData As String _
) As Boolean
'Usage
 
Dim instance As IDICOMManage
Dim RoleName As String
Dim extraData As String
Dim value As Boolean
 
value = instance.RoleExists(RoleName, extraData)

            

            
bool RoleExists( 
   String^ RoleName,
   String^ extraData
) 

Parameters

RoleName
A System.String representing the role name to check for.
extraData
User custom data.

Return Value

true if the role name is defined by the server; otherwise false.
Requirements

Target Platforms

See Also

Reference

IDICOMManage Interface
IDICOMManage Members

Error processing SSI file