Click or drag to resize

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
)

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