View Source
Delegate TemporaryFileUploadValidator.GetContentSettings
Assembly: Umbraco.Infrastructure.dll
Syntax
public delegate ContentSettings TemporaryFileUploadValidator.GetContentSettings()
Returns
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
View Source
Invoke()
Declaration
public virtual ContentSettings Invoke()
Returns