Invalidates topic tags cache.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual void InvalidateTopicTagsCache(
	Guid topicId,
	int maxTags
)
Visual Basic
Public Overridable Sub InvalidateTopicTagsCache ( 
	topicId As Guid,
	maxTags As Integer
)
Visual C++
public:
virtual void InvalidateTopicTagsCache(
	Guid topicId, 
	int maxTags
)
F#
abstract InvalidateTopicTagsCache : 
        topicId : Guid * 
        maxTags : int -> unit 
override InvalidateTopicTagsCache : 
        topicId : Guid * 
        maxTags : int -> unit 

Parameters

topicId
Type: System..::..Guid
Topic Id
maxTags
Type: System..::..Int32
Maximum number of tags

Implements

IDiscussionBLL..::..InvalidateTopicTagsCache(Guid, Int32)

See Also