Class UM_MediaResult
Image result object
Inheritance
System.Object
UM_MediaResult
Namespace: SA.CrossPlatform.App
Assembly: cs.temp.dll.dll
Syntax
public class UM_MediaResult : SA_Result
Constructors
UM_MediaResult(UM_Media)
Declaration
public UM_MediaResult(UM_Media media)
Parameters
| Type | Name | Description |
|---|---|---|
| UM_Media | media |
UM_MediaResult(SA_Error)
Declaration
public UM_MediaResult(SA_Error error)
Parameters
| Type | Name | Description |
|---|---|---|
| SA_Error | error |
Properties
Media
Contains UM_Media if result null.
Declaration
public UM_Media Media { get; }
Property Value
| Type | Description |
|---|---|
| UM_Media | The image. |