Click or drag to resize
ForumViewerGetSignatureArea Method
Returnes Signature area if signature is enabled and is not empty.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public string GetSignatureArea(
	Object data,
	string contentBefore,
	string contentAfter
)

Parameters

data
Type: SystemObject
Data of the forum post
contentBefore
Type: SystemString
Content before signature
contentAfter
Type: SystemString
Content after signature

Return Value

Type: String
See Also