Invalidates file tags cache.

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

Syntax

C#
void InvalidateFileTagsCache(
	Guid entityId,
	int maxTags
)
Visual Basic
Sub InvalidateFileTagsCache ( 
	entityId As Guid,
	maxTags As Integer
)
Visual C++
void InvalidateFileTagsCache(
	Guid entityId, 
	int maxTags
)
F#
abstract InvalidateFileTagsCache : 
        entityId : Guid * 
        maxTags : int -> unit 

Parameters

entityId
Type: System..::..Guid
File Id
maxTags
Type: System..::..Int32
Maximum number of tags

See Also