Class ExtraRule
Inheritance
System.Object
ExtraRule
Namespace: Emby.Naming.Video
Assembly: Emby.Naming.dll
Syntax
public sealed class ExtraRule
Properties
ExtraType
Gets or sets the type of the extra.
Declaration
public ExtraType ExtraType { get; set; }
Property Value
Type | Description |
---|---|
ExtraType | The type of the extra. |
MediaTypes
Gets or sets the type of the media.
Declaration
public MediaType[] MediaTypes { get; set; }
Property Value
Type | Description |
---|---|
MediaType[] | The type of the media. |
Regex
Declaration
public Regex Regex { get; }
Property Value
Type | Description |
---|---|
System.Text.RegularExpressions.Regex |
RuleType
Gets or sets the type of the rule.
Declaration
public ExtraRuleType RuleType { get; set; }
Property Value
Type | Description |
---|---|
ExtraRuleType | The type of the rule. |
Token
Gets or sets the token.
Declaration
public string Token { get; set; }
Property Value
Type | Description |
---|---|
System.String | The token. |