Class EditorBuildOptions
Inheritance
System.Object
EditorBuildOptions
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class EditorBuildOptions
Properties
IncludeChildObjects
Declaration
public bool IncludeChildObjects { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeIgnored
Declaration
public bool IncludeIgnored { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeNonBrowsable
Declaration
public bool IncludeNonBrowsable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeReadOnly
Declaration
public bool IncludeReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods