ResourceInfo

From Virtual World Web Wiki
Revision as of 16:32, 11 April 2017 by Spark5 (Talk | contribs) (Documentation for the ResourceInfo class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A structre of information about a resource file

Remarks [edit]

Properties

ResourceFileInfo[] Files {get; set;}
The physical files associated with the resource
MetadataCollection Metadata {get; set;}
A collection of metadata about the resource
Guid ResourceItemID {get; set;}
The globally unique ID of the resource
string Title {get; set;}
The title of the resource

Constructors

ResourceInfo()