Class VideoListResolverResult
Inheritance
System.Object
VideoListResolverResult
Namespace: Emby.Naming.Video
Assembly: Emby.Naming.dll
Syntax
public class VideoListResolverResult
Properties
Items
Declaration
public List<VideoInfo> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<VideoInfo> |
UnusedFiles
Declaration
public List<FileSystemMetadata> UnusedFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FileSystemMetadata> |