GetLayoutAsync Method
Overloads
GetLayoutAsync() |
Evaluates an object and displays its properties including the dynamic properties. If the member |
|
GetLayoutAsync(AsyncHandle) |
Evaluates an object and displays its properties including the dynamic properties. If the member |
GetLayoutAsync()
Evaluates an object and displays its properties including the dynamic properties.
If the member delta
is set to true in the request object, only the delta is evaluated.
Declaration
public Task<GenericBookmarkLayout> GetLayoutAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GenericBookmarkLayout> |
Implements
GetLayoutAsync(AsyncHandle)
Evaluates an object and displays its properties including the dynamic properties.
If the member delta
is set to true in the request object, only the delta is evaluated.
Declaration
public Task<GenericBookmarkLayout> GetLayoutAsync(AsyncHandle asyncHandle)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GenericBookmarkLayout> |
Implements
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!