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);