| FrontendCreatePost Method (Int32, Int32) |
Namespace:
Dynamicweb.Forum
Assembly:
Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax public string CreatePost(
int categoryID,
int threadID
)
Public Function CreatePost (
categoryID As Integer,
threadID As Integer
) As String
Parameters
- categoryID
- Type: SystemInt32
- threadID
- Type: SystemInt32
Return Value
Type:
StringSee Also