예제 #1
0
 /// <summary>
 /// Gets a list of tag ids associated with this item
 /// </summary>
 /// <returns>A list of tag ids associated with this item</returns>
 public List <int> GetTags()
 {
     return(DBItem.GetTagsOfItemID(this.itemID));
 }