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