Subtext.Framework.Providers.ObjectProvider.SetEntryTagList C# (CSharp) Method

SetEntryTagList() public abstract method

Sets the tags for the entry.
public abstract SetEntryTagList ( int entryId, IList tags ) : bool
entryId int
tags IList
return bool
        public abstract bool SetEntryTagList(int entryId, IList<string> tags);