Class Author
Represents the author of an annotation, topic, or comment.
Inherited Members
Namespace: Unity.Cloud.Annotation
Syntax
public class Author
Properties
ColorIndex
Returns the display color index of the author.
Declaration
public int ColorIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | The display color index of the author. |
FullName
Returns the full name of the author.
Declaration
public string FullName { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The full name of the author. |
Id
Returns the author ID.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The author ID. |