Search Results for

    Show / Hide Table of Contents
    View Source

    Delegate TemporaryFileUploadValidator.GetTemporaryFileModel

    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public delegate TemporaryFileModel? TemporaryFileUploadValidator.GetTemporaryFileModel(Guid temporaryFileKey)
    Parameters
    Type Name Description
    Guid temporaryFileKey
    Returns
    Type Description
    TemporaryFileModel

    Constructors

    View Source

    GetTemporaryFileModel(object, nint)

    Declaration
    public GetTemporaryFileModel(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    View Source

    BeginInvoke(Guid, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Guid temporaryFileKey, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    Guid temporaryFileKey
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult
    View Source

    EndInvoke(IAsyncResult)

    Declaration
    public virtual TemporaryFileModel? EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    TemporaryFileModel
    View Source

    Invoke(Guid)

    Declaration
    public virtual TemporaryFileModel? Invoke(Guid temporaryFileKey)
    Parameters
    Type Name Description
    Guid temporaryFileKey
    Returns
    Type Description
    TemporaryFileModel
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX