Subtext.Framework.Providers.ObjectProvider.SetEntryTagList C# (CSharp) Méthode

SetEntryTagList() public abstract méthode

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