SetFullPropertyTreeAsync Method
Overloads
| SetFullPropertyTreeAsync(GenericObjectEntry) | Sets the properties of: * A generic object. * The children of the generic object. * The bookmarks/embedded snapshots of the generic object. | |
| SetFullPropertyTreeAsync(AsyncHandle, GenericObjectEntry) | Sets the properties of: * A generic object. * The children of the generic object. * The bookmarks/embedded snapshots of the generic object. | 
SetFullPropertyTreeAsync(GenericObjectEntry)
Sets the properties of:
- A generic object.
- The children of the generic object.
- The bookmarks/embedded snapshots of the generic object.
Declaration
      public Task SetFullPropertyTreeAsync([QixName("qPropEntry")] GenericObjectEntry propEntry)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| GenericObjectEntry | propEntry | Information about the generic object entry. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
Remarks
If the SetFullPropertyTree method is asked to set some properties to a child that does not exist, it creates the child. 
SetFullPropertyTreeAsync(AsyncHandle, GenericObjectEntry)
Sets the properties of:
- A generic object.
- The children of the generic object.
- The bookmarks/embedded snapshots of the generic object.
Declaration
      public Task SetFullPropertyTreeAsync(AsyncHandle asyncHandle, [QixName("qPropEntry")] GenericObjectEntry propEntry)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| GenericObjectEntry | propEntry | Information about the generic object entry. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
Remarks
If the SetFullPropertyTree method is asked to set some properties to a child that does not exist, it creates the child.