View Source
Delegate TemporaryFileUploadValidator.ParseTemporaryFileKey
Assembly: Umbraco.Infrastructure.dll
Syntax
public delegate Guid? TemporaryFileUploadValidator.ParseTemporaryFileKey(object? editorValue)
Parameters
| Type |
Name |
Description |
| object |
editorValue |
|
Returns
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
View Source
Invoke(object?)
Declaration
public virtual Guid? Invoke(object? editorValue)
Parameters
| Type |
Name |
Description |
| object |
editorValue |
|
Returns