ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupFileImageDataProvider Class / UseDirectoryListing Property




In This Topic
    UseDirectoryListing Property
    In This Topic
    Gets the Use Directory Listing value for this Data Provider specfied in Web.config. This value indicates whether a directory listing per the Art Data File Name Format is to be used to determine the association between documents and Markup Layers. Defaults to true. If this is set to false, the Developer will likely want to provide their own mechanism for retrieving a Markup Layer List for a given Document Identifier. This can be done either by a complete Data Provider implementation MarkupImageDataProvider, or by using MarkupArtMiddleware MarkupArtMiddleware.
    Syntax
    'Declaration
     
    Public ReadOnly Property UseDirectoryListing As Boolean
    'Usage
     
    Dim instance As MarkupFileImageDataProvider
    Dim value As Boolean
     
    value = instance.UseDirectoryListing
    public bool UseDirectoryListing {get;}
    public: __property bool get_UseDirectoryListing();
    public:
    property bool UseDirectoryListing {
       bool get();
    }
    See Also