Class RepoTopicOptions
RepoTopicOptions a collection of repo topic names
Inheritance
System.Object
RepoTopicOptions
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: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class RepoTopicOptions
Properties
| Improve this Doc View SourceTopics
list of topic names
Declaration
public ICollection<string> Topics { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> |