ParagraphIdOptions.EnsureUniquenessOnExistingNodes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether or not uniqueness should be guaranteed on elements added to the document. This will change a node's para id if it has already been registered.
public bool EnsureUniquenessOnExistingNodes { get; init; }
public bool EnsureUniquenessOnExistingNodes { get; set; }
member this.EnsureUniquenessOnExistingNodes : bool with get, set
Public Property EnsureUniquenessOnExistingNodes As Boolean