Syncs 2 post, raising property change event if necessary

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

Syntax

C#
public void SyncWithPost(
	ActivityPost newPost
)
Visual Basic (Declaration)
Public Sub SyncWithPost ( _
	newPost As ActivityPost _
)
Visual C++
public:
void SyncWithPost(
	ActivityPost^ newPost
)

Parameters

newPost
Type: Facebook.BindingHelper..::.ActivityPost

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

See Also