Class DocsUiOptions
Inheritance
System.Object
DocsUiOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Docs
Assembly: Volo.Docs.Web.dll
Syntax
public class DocsUiOptions
Fields
SectionRendering
If true, allows to create sections in document and show/hide sections according to user preferences. Default value: True;
Declaration
public bool SectionRendering
Field Value
Type | Description |
---|---|
System.Boolean |
ShowProjectsCombobox
Allows user to see a combobox in user interface for swapping across projects Default value: True;
Declaration
public bool ShowProjectsCombobox
Field Value
Type | Description |
---|---|
System.Boolean |
Properties
RoutePrefix
Default value: "documents";
Declaration
public string RoutePrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |