Recap - Control Access to your Distributed Content
This is part of the tutorial series: Control Access to your Distributed Content:
Conclusion
You can see now how easy it is to take your content, and transform it into a dispatch package which is safe to distribute to your clients. Content can be hard to create: take advantage of the visibility and access control features on dispatch and destination to make sure you don’t get taken advantage of!
To recap this tutorial, we learned:
- Uploading and importing a course with CreateUploadAndImportCourseJob
- Checking the status of the course import job with GetImportJobStatus
- Creating a destination with CreateDestinations
- Dispatch our content into a destination with CreateDispatches
- Download the ready to distribute dispatch package with GetDispatchZip
We also learned a bit about the access control possibilities with:
- SetDestinationDispatchEnabled
- UpdateDispatch