Click or drag to resize
ForumsectionSetSeccreatorid Method
设置版块创建人标识。

支持链式操作。

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

Parameters

value
Type: SystemString
版块创建人标识值。

Return Value

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