PlayOn Plugin API

VirtualFileSystem.GetItem Method

[This is preliminary documentation and subject to change.]

Gets an item in the file system by its id.

public AbstractSharedMediaInfo GetItem(
   string id
);

Parameters

id
ID of the media item to locate.

Return Value

An instance of the media item in the file system that has the specified id.

See Also

VirtualFileSystem Class | MediaMallTechnologies.PlayOn.Plugin Namespace