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: 7.6.1.3-5cb5c356
Syntax
C#
public string Identifier { get; set; }

Property Value

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