Пример #1
0
 /// <summary>
 /// Sets the Ancestors property
 /// </summary>
 /// <param name="ancestors">Ancestors property</param>
 /// <returns>this instance</returns>
 public BrowseNode WithAncestors(BrowseNodeAncestors ancestors)
 {
     this.ancestorsField = ancestors;
     return this;
 }