Click or drag to resize
ForumsectionSetSecseq Method
设置版块顺序号。

支持链式操作。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public virtual Forumsection SetSecseq(
	int value
)

Parameters

value
Type: SystemInt32
版块顺序号值。

Return Value

Type: Forumsection
当前论坛版块。
See Also