Gets or sets if Content Sharing is enabled.

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

Syntax

C#
public bool ContentSharingEnabled { get; set; }
Visual Basic
Public Property ContentSharingEnabled As Boolean
	Get
	Set
Visual C++
public:
virtual property bool ContentSharingEnabled {
	bool get () sealed;
	void set (bool value) sealed;
}
F#
abstract ContentSharingEnabled : bool with get, set
override ContentSharingEnabled : bool with get, set

Property Value

Type: Boolean

Implements

IContentSharingWebPart..::..ContentSharingEnabled

See Also