Search Results for

    Show / Hide Table of Contents
    View Source

    Delegate TemporaryFileUploadValidator.ParseTemporaryFileKey

    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public delegate Guid? TemporaryFileUploadValidator.ParseTemporaryFileKey(object? editorValue)
    Parameters
    Type Name Description
    object editorValue
    Returns
    Type Description
    Guid?

    Constructors

    View Source

    ParseTemporaryFileKey(object, nint)

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

    Methods

    View Source

    BeginInvoke(object?, AsyncCallback, object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(object?)

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