Search Results for

    Show / Hide Table of Contents

    Enum ResourceStatus

    Enumerates the status of a resource. The status specifies whether a requested resource can be loaded or not.

    Namespace: Sdl.LanguagePlatform.Core.Resources
    Assembly: Sdl.LanguagePlatform.Core.dll
    Syntax
    public enum ResourceStatus

    Fields

    Name Description
    Loadable

    The resource is available and can be loaded.

    Loaded

    The resource is already loaded and will not be re-read from the underlying resource accessor.

    NotAvailable

    The resource is not available. An attempt to read it may result in an exception.

    On this page

    Back to top Generated by DocFX