IResourceManagement Interface

Definition

Allows you to access management pack resources, such as form assemblies or images, that have been imported on the Service Manager server.

public interface class IResourceManagement
public interface IResourceManagement
type IResourceManagement = interface
Public Interface IResourceManagement

Methods

GetResource<T>(Guid)

Gets a management pack resource by identifier.

GetResource<T>(String, ManagementPack)

Gets a management pack resource from a specific management pack by name.

GetResourceData(Guid)

Gets the data of the specified management pack resource.

GetResourceData(IList<Guid>)

Gets the data of the specified list of management pack resources.

GetResourceData(ManagementPackResource)

Gets the data of a management pack resource.

GetResources<T>()

Gets all resources in a management pack.

GetResources<T>(ManagementPackResourceCriteria<T>)

Gets all resources in a management pack that match the provided criteria.

Applies to