docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AuthoringInfoSearchFilter

    A structure for defining the criteria of an IFile search request.

    Inheritance
    object
    BaseSearchCriteria
    CompoundSearchCriteria
    AuthoringInfoSearchFilter
    Inherited Members
    CompoundSearchCriteria.AllCriteria
    CompoundSearchCriteria.Clear()
    BaseSearchCriteria.PropertyName
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public class AuthoringInfoSearchFilter : CompoundSearchCriteria

    Properties

    Created

    The date and time of creation.

    Declaration
    public ConditionalSearchCriteria<DateTime> Created { get; }
    Property Value
    Type Description
    ConditionalSearchCriteria<DateTime>

    CreatedBy

    The id of the user who created.

    Declaration
    public SearchCriteria<string> CreatedBy { get; }
    Property Value
    Type Description
    SearchCriteria<string>

    Updated

    The date and time of update.

    Declaration
    public ConditionalSearchCriteria<DateTime> Updated { get; }
    Property Value
    Type Description
    ConditionalSearchCriteria<DateTime>

    UpdatedBy

    The id of the user who updated.

    Declaration
    public SearchCriteria<string> UpdatedBy { get; }
    Property Value
    Type Description
    SearchCriteria<string>
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)