Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Both can be wired up using a composer and component:
}
```

When a form or folder is _moved_ there is no specific service event. However information available in the `State` dictionary available on the notification object can be used to determine whether the item was moved, and if so, where from:
When a form or folder is _moved_ there is no specific service event. However, information available in the `State` dictionary on the notification object can be used to determine whether the item was moved. If so, it can show where it was moved from:

```csharp
public class TestSiteComposer : IComposer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Both can be wired up using a composer and component:
}
```

When a form or folder is _moved_ there is no specific service event. However information available in the `State` dictionary available on the notification object can be used to determine whether the item was moved, and if so, where from:
When a form or folder is _moved_ there is no specific service event. However, information available in the `State` dictionary on the notification object can be used to determine whether the item was moved. If so, it can show where it was moved from:

```csharp
public class TestSiteComposer : IComposer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Both can be wired up using a composer and component:
}
```

When a form or folder is _moved_ there is no specific service event. However information available in the `State` dictionary available on the notification object can be used to determine whether the item was moved, and if so, where from:
When a form or folder is _moved_ there is no specific service event. However, information available in the `State` dictionary on the notification object can be used to determine whether the item was moved. If so, it can show where it was moved from:

```csharp
public class TestSiteComposer : IComposer
Expand Down