[This is preliminary documentation and is subject to change.]
Indictes if the Web Content menus are enabled. Web Content menu
is enabled only when the file Upload/corp/{groupid}/corpmenu.xml file
is present in the document folder, values are:
Namespace:
OfficeClip.Utils- OffNo Web Content menu is shown, irrespective of the presence of corpmenu.xml file
- AlwaysWeb Content menu is always shown if corpmenu.xml is present
- OnRequestWeb Content menu is shown if the page request it and corpmenu.xml is present. By default officeclip will have this enabled for the homepage
Assembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static string WebContentMenuStatus { get; } |
Visual Basic (Declaration) |
---|
Public Shared ReadOnly Property WebContentMenuStatus As String |
Visual C++ |
---|
public: static property String^ WebContentMenuStatus { String^ get (); } |