UserPreferencesSetMyTasksFilter(String, Database, DbTransaction, NullableInt32) Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public bool SetMyTasksFilter(
	string workflowTemplateName,
	Database database,
	DbTransaction transaction,
	int? userId = null
)

Parameters

workflowTemplateName  String
 
database  Database
 
transaction  DbTransaction
 
userId  NullableInt32  (Optional)
 

Return Value

Boolean

See Also