RetrieveMetadataChanges Function
Retrieves a collection of metadata records that satisfy the specified criteria.
Parameters
Parameters allow for data to be passed to the function.
| Name | Type | Nullable | Unicode | Description |
|---|---|---|---|---|
|
Query
|
EntityQueryExpression | True | True | The query criteria for retrieving metadata changes. |
|
DeletedMetadataFilters
|
DeletedMetadataFilters | True | True | The enumeration that filters the deleted metadata to be retrieved. |
|
ClientVersionStamp
|
Edm.String | True | False | Timestamp value representing when the last request was made. |
|
AppModuleId
|
Edm.Guid | True | True | The unique identifier of the app module. |
|
RetrieveAllSettings
|
Edm.Boolean | True | True |
Return Type
| Type | Nullable | Description |
|---|---|---|
| RetrieveMetadataChangesResponse | False | The RetrieveMetadataChanges function returns the following value. |