DataWeb
Search Results for

    Show / Hide Table of Contents

    Class FileFilter

    Represents a set of criteria used to filter files when querying the file store.

    Inheritance
    object
    FileFilter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Media
    Assembly: DataWeb.Core.dll
    Syntax
    public class FileFilter

    Properties

    Code

    Gets or sets the code of the file.

    Declaration
    public string Code { get; set; }
    Property Value
    Type Description
    string

    Count

    Gets or sets the number of files to return.

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    int

    IdMaster

    Gets or sets the unique identifier.

    Declaration
    public string IdMaster { get; set; }
    Property Value
    Type Description
    string

    IsDeleted

    Gets or sets a value indicating whether the file is deleted.

    Declaration
    public bool? IsDeleted { get; set; }
    Property Value
    Type Description
    bool?

    IsInStorage

    Gets or sets a value indicating whether the file is in storage.

    Declaration
    public bool? IsInStorage { get; set; }
    Property Value
    Type Description
    bool?

    PublishMode

    Gets or sets the publish mode of the file.

    Declaration
    public PublishMode? PublishMode { get; set; }
    Property Value
    Type Description
    PublishMode?

    TagName

    Gets or sets the tag name of the file.

    Declaration
    public string TagName { get; set; }
    Property Value
    Type Description
    string

    VersionCulture

    Gets or sets the version culture of the file.

    Declaration
    public string VersionCulture { get; set; }
    Property Value
    Type Description
    string

    VersionName

    Gets or sets the version name of the file.

    Declaration
    public string VersionName { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX