Class UserViewQuery
Inheritance
System.Object
UserViewQuery
Namespace: MediaBrowser.Model.Library
Assembly: MediaBrowser.Model.dll
Syntax
public class UserViewQuery
Properties
AllowDynamicChildren
Declaration
public bool AllowDynamicChildren { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeExternalContent
Gets or sets a value indicating whether [include external content].
Declaration
public bool IncludeExternalContent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IncludeHidden
Gets or sets a value indicating whether [include hidden].
Declaration
public bool IncludeHidden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IncludeLiveTVView
Declaration
public bool IncludeLiveTVView { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UserId
Gets or sets the user identifier.
Declaration
public long UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The user identifier. |