Used to track the new blog post ID that is used to establish a relation with wall note posts and uploaded files for inserts (as files are uploaded before the post is entered into the database).

Namespace: MonoSoftware.MonoX.ModuleGallery.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Guid NewPostId { get; set; }
Visual Basic
Public Property NewPostId As Guid
	Get
	Set
Visual C++
public:
property Guid NewPostId {
	Guid get ();
	void set (Guid value);
}
F#
member NewPostId : Guid with get, set

Property Value

Type: Guid

See Also