ResourceInfo

From Virtual World Web Wiki
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()