ForumViewerGetSignatureArea Method |
Returnes Signature area if signature is enabled and is not empty.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 8.2.23
Syntax 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:
StringSee Also