AutoFilingTemplateGetGlobalFields Method

Definition

Namespace: FileHold.LibraryManager.Models
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public IEnumerable<GlobalFieldDefinition> GetGlobalFields(
	TagProcessor processor,
	List<GlobalFieldDefinition> fields
)

Parameters

processor  TagProcessor
 
fields  ListGlobalFieldDefinition
 

Return Value

IEnumerableGlobalFieldDefinition

See Also