Show / Hide Table of Contents

    Class ResourceManager

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll
    API Level:
    3

    The class for getting the resource path.

    public static class ResourceManager
    Inheritance
    Object
    ResourceManager

    Methods

    View Source

    GetPath(ResourceManager.Category, String)

    Converts resource ID to the path name.

    Declaration
    public static string GetPath(ResourceManager.Category category, string id)
    Parameters
    Type Name Description
    ResourceManager.Category category

    Category to search.

    String id

    ID to search.

    Returns
    Type Description
    String

    Found resource path.

    Exceptions
    Type Condition
    InvalidOperationException

    Thrown in case of failed conditions.

    API Level: 3
    View Source

    TryGetPath(ResourceManager.Category, String)

    Converts resource ID to the path name.

    Declaration
    public static string TryGetPath(ResourceManager.Category category, string id)
    Parameters
    Type Name Description
    ResourceManager.Category category

    Category to search.

    String id

    ID to search.

    Returns
    Type Description
    String

    Found resource path or null when the resource doesn't exist.

    Exceptions
    Type Condition
    InvalidOperationException

    Thrown in case of failed conditions.

    API Level: 3
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX