Click or drag to resize

RecoverIdType(String, String) Constructor

Linkar Framework for .NET and Core


Use this constructor for recovering items ids that used Linkar RecordIdType.

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public RecoverIdType(
	string prefix,
	string separator
)

Parameters

prefix  String
Adding a prefix to the item ID.
separator  String
The separator between the prefix and the ID. Valid delimiters: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
See Also