Subtext.Framework.Providers.ObjectProvider.SetEntryTagList C# (CSharp) Метод

SetEntryTagList() публичный абстрактный Метод

Sets the tags for the entry.
public abstract SetEntryTagList ( int entryId, IList tags ) : bool
entryId int
tags IList
Результат bool
        public abstract bool SetEntryTagList(int entryId, IList<string> tags);