Click or drag to resize
BlogHelperBlogOptInEnabled Method
Indicates if opt-in is enabled for blog

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
public static bool BlogOptInEnabled(
	TreeNode blog
)

Parameters

blog
Type: CMS.DocumentEngineTreeNode
Blog document to check

Return Value

Type: Boolean
See Also