Click or drag to resize

TagFieldAddUpdate Method

Namespace:  FileHold.LibraryManager.Tags
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public static void AddUpdate(
	List<TagField> fields,
	string name,
	Object value
)

Parameters

fields
Type: System.Collections.GenericListTagField
name
Type: SystemString
value
Type: SystemObject
See Also