IRemoteComponentSystem

From Virtual World Web Wiki
Revision as of 12:48, 26 May 2017 by Spark5 (Talk | contribs) (Documentation for the IRemoteComponentSystem class)

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

Exposes some of the functionality of IComponentSystem to outside applications with appropriate consumer credentials

Remarks [edit]

Methods

bool CreateComponent(Guid componentID, string assemblyName, string title, string description, Byte[] fileCollection = NULL)
Registers a new component with the system
ComponentInfo GetComponentInfo(Guid componentID)
Gets information about a single component
ComponentInfo[] GetComponentInfos()
Gets information about all installed components
bool Ping()
Tests if your connection to the API endpoint is working
void UpdateComponent(Guid componentID, Byte[] fileCollection, int? minorVersion = NULL, int? buildNumber = NULL)
Updates a component's binary files