Click or drag to resize

SearchHelperSplitValue Method

Namespace:  FileHold.LibraryManager.Helpers
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public static List<string> SplitValue(
	SearchCondition condition,
	string value
)

Parameters

condition
Type: FileHold.LibraryManagerSearchCondition
value
Type: SystemString

Return Value

Type: ListString
See Also