Click or drag to resize

PageItemIdentifier Property

Gets or sets the page id (bates number) of the current item.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public string Identifier { get; set; }

Property Value

String
Exceptions
ExceptionCondition
ArgumentException Throw if the given identifier is not a string that can be incremented.
See Also