Parses a tag string and constructs a file tag collection for a given entity.

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

Syntax

C#
void ParseFileTags(
	UnitOfWork2 uow,
	SnFileEntity entity,
	string tags,
	int maximumTags
)
Visual Basic
Sub ParseFileTags ( 
	uow As UnitOfWork2,
	entity As SnFileEntity,
	tags As String,
	maximumTags As Integer
)
Visual C++
void ParseFileTags(
	UnitOfWork2^ uow, 
	SnFileEntity^ entity, 
	String^ tags, 
	int maximumTags
)
F#
abstract ParseFileTags : 
        uow : UnitOfWork2 * 
        entity : SnFileEntity * 
        tags : string * 
        maximumTags : int -> unit 

Parameters

uow
Type: UnitOfWork2
Unit of work
entity
Type: SnFileEntity
File entity
tags
Type: System..::..String
Tag string
maximumTags
Type: System..::..Int32
Maximum number of tags

See Also