Click or drag to resize
FrmsectypeListFindByName Method
按照名称查找版块类别。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public Frmsectype FindByName(
	string value
)

Parameters

value
Type: SystemString
查找值。

Return Value

Type: Frmsectype
查找到的版块类别,如果未查找到则为 null。
See Also