Gets the file tags.

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

Syntax

C#
public virtual List<SnTagEntity> GetFileTags(
	Guid entityId,
	int maxTags
)
Visual Basic
Public Overridable Function GetFileTags ( 
	entityId As Guid,
	maxTags As Integer
) As List(Of SnTagEntity)
Visual C++
public:
virtual List<SnTagEntity^>^ GetFileTags(
	Guid entityId, 
	int maxTags
)
F#
abstract GetFileTags : 
        entityId : Guid * 
        maxTags : int -> List<SnTagEntity> 
override 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

Implements

IFileBLL..::..GetFileTags(Guid, Int32)

See Also