 | LiteFileLoadFromFile Method |
Loads tag information from a file.
Namespace: Orthogonal.NTagLiteAssembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntaxpublic static LiteFile LoadFromFile(
string filename
)
Parameters
- filename String
- The name of the file to load ID3 tag information from.
Return Value
LiteFileA reference to a LiteFile object containing detailed information about any
ID3 v1.x and v2.x tags that were found.
Exceptions| Exception | Condition |
|---|
| TagException | Thrown if any unsupported features are found in the
tag or if unrecoverable erroneous formatting is found. |
See Also