| RecoverIdType Constructor (String, String) |
The technique of recovering deleted Linkar type codes will be used.
Namespace:
LinkarCommon
Assemblies:
LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
LinkarClient (in LinkarClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public RecoverIdType(
string prefix,
string separator
)
Public Sub New (
prefix As String,
separator As String
)
public:
RecoverIdType(
String^ prefix,
String^ separator
)
new :
prefix : string *
separator : string -> RecoverIdType
Parameters
- prefix
- Type: SystemString
Adding a prefix to the code.
- separator
- Type: SystemString
The separator between the prefix and the code. The allowed separators list is: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
See Also