Gets the file tags.

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

Syntax

C#
List<SnTagEntity> GetFileTags(
	Guid entityId,
	int maxTags
)
Visual Basic
Function GetFileTags ( 
	entityId As Guid,
	maxTags As Integer
) As List(Of SnTagEntity)
Visual C++
List<SnTagEntity^>^ GetFileTags(
	Guid entityId, 
	int maxTags
)
F#
abstract GetFileTags : 
        entityId : Guid * 
        maxTags : int -> List<SnTagEntity> 

Parameters

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

Return Value

Type: List<(Of <(<'SnTagEntity>)>)>
Social networking tags

See Also