←Select platform

CreateRole Method

Summary

Creates a new role.

Syntax

C#
VB
C++
public void CreateRole( 
   string roleName, 
   string extraData 
) 
  
Sub CreateRole( _ 
   ByVal roleName As String, _ 
   ByVal extraData As String _ 
)  
void CreateRole(  
   String^ roleName, 
   String^ extraData 
)  

Parameters

roleName
A System.String specifying the role to be created.

extraData
User custom data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly