Click or drag to resize

DocumentFinderGetUserViewFields Method (String, Int32, Database, DbTransaction)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public FieldDefinition[] GetUserViewFields(
	string containerType,
	int folderId,
	Database database,
	DbTransaction transaction
)

Parameters

containerType
Type: SystemString
folderId
Type: SystemInt32
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: FieldDefinition
See Also