Click or drag to resize
LaunchBox

IPlaylistGetGameCount(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) Method

[Missing <summary> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlaylist.GetGameCount(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]


Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
int GetGameCount(
	bool includeHidden,
	bool includeBroken,
	bool excludeGamesMissingVideos,
	bool excludeGamesMissingBoxFrontImage,
	bool excludeGamesMissingScreenshotImage,
	bool excludeGamesMissingClearLogoImage,
	bool excludeGamesMissingBackgroundImage
)

Parameters

includeHidden  Boolean

[Missing <param name="includeHidden"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlaylist.GetGameCount(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

includeBroken  Boolean

[Missing <param name="includeBroken"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlaylist.GetGameCount(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

excludeGamesMissingVideos  Boolean

[Missing <param name="excludeGamesMissingVideos"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlaylist.GetGameCount(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

excludeGamesMissingBoxFrontImage  Boolean

[Missing <param name="excludeGamesMissingBoxFrontImage"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlaylist.GetGameCount(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

excludeGamesMissingScreenshotImage  Boolean

[Missing <param name="excludeGamesMissingScreenshotImage"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlaylist.GetGameCount(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

excludeGamesMissingClearLogoImage  Boolean

[Missing <param name="excludeGamesMissingClearLogoImage"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlaylist.GetGameCount(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

excludeGamesMissingBackgroundImage  Boolean

[Missing <param name="excludeGamesMissingBackgroundImage"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlaylist.GetGameCount(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Int32

[Missing <returns> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlaylist.GetGameCount(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also