| ForumthemeListFindByThmtitle Method |
按照标题查找论坛话题。
Namespace: Appkit.Sys.ObjectAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Forumtheme FindByThmtitle(
string value
)
Parameters
- value
- Type: SystemString
查找值。
Return Value
Type:
Forumtheme查找到的论坛话题,如果未查找到则为 null。
See Also