  | RecoverIdType(String, String) Constructor | 
Linkar Framework for .NET and Core
            Use this constructor for recovering items ids that used Linkar RecordIdType.
            
Namespace: Linkar.FunctionsAssembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntaxpublic 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 -> RecoverIdTypeParameters
- prefix  String
 - Adding a prefix to the item ID.
 - separator  String
 - The separator between the prefix and the ID. Valid delimiters: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
 
See Also