TryCreate

MultimediaFactory.TryCreate method

Creates a Multimedia object which can collect information from the specified page URL.

public abstract bool TryCreate(string url, out Multimedia multimedia)
Parameter Type Description
url String URL of the page which contains multimedia data.
multimedia Multimedia& When this method returns, contains the created Multimedia, if factory supports the specified URL; otherwise null.

Return Value

true if MultimediaFactory supports the specified URL; otherwise, false.

See Also