Class PortalItemComment
Represents a comment on a portal item.
Inheritance
System.Object
PortalItemComment
Implements
System.Text.Json.Serialization.IJsonOnSerializing
System.Text.Json.Serialization.IJsonOnDeserialized
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Portal
Assembly: Esri.ArcGISRuntime.dll
Syntax
[DataContract]
public sealed class PortalItemComment : IJsonOnSerializing, IJsonOnDeserialized
Properties
Name | Description |
---|---|
Comment | Gets the comment text. |
CommentId | Gets the comment id. |
Created | Gets the date and time the comment was created. |
Owner | Gets the user name of the user who created the comment. |
Name | Description |
---|---|
IJsonOnDeserialized.OnDeserialized() | |
IJsonOnSerializing.OnSerializing() |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |