Removes a comment from stream post

Namespace:  Facebook.BindingHelper
Assembly:  Facebook (in Facebook.dll) Version: 3.0.1.0 (3.0.1)

Syntax

C#
public void RemoveComment(
	ActivityComment comment
)
Visual Basic (Declaration)
Public Sub RemoveComment ( _
	comment As ActivityComment _
)
Visual C++
public:
void RemoveComment(
	ActivityComment^ comment
)

Parameters

comment
Type: Facebook.BindingHelper..::.ActivityComment

[Missing <param name="comment"/> documentation for "M:Facebook.BindingHelper.ActivityPost.RemoveComment(Facebook.BindingHelper.ActivityComment)"]

See Also