  | FrontendCreatePost Method (Int32, Int32, Int32, Boolean) | 
  
    Namespace: 
   Dynamicweb.Forum
    Assembly:
   Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntaxpublic string CreatePost(
	int categoryID,
	int threadID,
	int replyID,
	bool isInline
)
Public Function CreatePost ( 
	categoryID As Integer,
	threadID As Integer,
	replyID As Integer,
	isInline As Boolean
) As String
Parameters
- categoryID
 - Type: SystemInt32
 - threadID
 - Type: SystemInt32
 - replyID
 - Type: SystemInt32
 - isInline
 - Type: SystemBoolean
 
Return Value
Type: 
String
See Also