Class UserWatch
UserWatch See result in: https://developer.atlassian.com/cloud/confluence/rest/#api-api-user-watch-label-labelName-get
Inheritance
System.Object
UserWatch
Inherited Members
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: Dapplo.Confluence.Entities
Assembly: Dapplo.Confluence.dll
Syntax
[JsonObject]
public class UserWatch
Properties
| Improve this Doc View SourceIsWatching
The name which is displayed in the UI, usually "firstname lastname"
Declaration
[JsonProperty("watching", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool IsWatching { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |