Search Results for

    Show / Hide Table of Contents
    View Source

    Delegate TemporaryFileUploadValidator.GetContentSettings

    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public delegate ContentSettings TemporaryFileUploadValidator.GetContentSettings()
    Returns
    Type Description
    ContentSettings

    Constructors

    View Source

    GetContentSettings(object, nint)

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

    Methods

    View Source

    BeginInvoke(AsyncCallback, object)

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

    EndInvoke(IAsyncResult)

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

    Invoke()

    Declaration
    public virtual ContentSettings Invoke()
    Returns
    Type Description
    ContentSettings
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX