Gets a boolean value indicating whether to allow specifying member types for member's only content.

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public bool CMUseMemberTypes { get; }
Visual Basic
Public ReadOnly Property CMUseMemberTypes As Boolean
	Get
Visual C++
public:
property bool CMUseMemberTypes {
	bool get ();
}

Remarks

In addition to allowing for 'members only' content, Content Manager allows you to set member access to content records based on member types. This variable determines whether or not 'member types' will be used in 'members only' content. The variable should be set to 'false' if 'members-only' content is to be made available to ALL members.

See Also