Click or drag to resize

PFItemCommentMentionTextRanges Property

Gets the list of PFMentionTextRange (if any) present in this comment text.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFMentionTextRange> MentionTextRanges { get; }

Property Value

Type: ListPFMentionTextRange
See Also