Search Results for

    Show / Hide Table of Contents

    Interface IRepositoryItem

    Represents an item in the repository

    Namespace: OSGeo.MapGuide.ObjectModels.Common
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IRepositoryItem

    Properties

    | Improve this Doc View Source

    CreatedDate

    Gets the created date.

    Declaration
    DateTime CreatedDate { get; }
    Property Value
    Type Description
    System.DateTime

    The created date.

    | Improve this Doc View Source

    HasChildren

    Gets a value indicating whether this instance has children.

    Declaration
    bool HasChildren { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance has children; otherwise, false.

    | Improve this Doc View Source

    IsFolder

    Gets a value indicating whether this instance is folder.

    Declaration
    bool IsFolder { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is folder; otherwise, false.

    | Improve this Doc View Source

    ModifiedDate

    Gets the modified date.

    Declaration
    DateTime ModifiedDate { get; }
    Property Value
    Type Description
    System.DateTime

    The modified date.

    | Improve this Doc View Source

    Name

    Gets the name.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    The name.

    | Improve this Doc View Source

    Owner

    Gets the owner.

    Declaration
    string Owner { get; }
    Property Value
    Type Description
    System.String

    The owner.

    | Improve this Doc View Source

    ResourceId

    Gets the resource id.

    Declaration
    string ResourceId { get; }
    Property Value
    Type Description
    System.String

    The resource id.

    | Improve this Doc View Source

    ResourceType

    Gets the type of the resource.

    Declaration
    string ResourceType { get; }
    Property Value
    Type Description
    System.String

    The type of the resource.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng