'
Show / Hide Table of Contents

Class CopyRestrictionController

The Copy Restriction Controller is a controller that allows data to be retrieved and updated within the Ayuda Platform.

Namespace: Ayuda.BMS.Splash.Areas.Pi.Controllers
Remarks

This web service can be accessed using an address similar to the following: https://[AYUDA DEPLOYMENT URL]/Juice/Pi/CopyRestriction

Methods

Get(Guid)

Returns the information about a specific copy restriction.

Declaration
public JsonResult Get(Guid id)
Parameters
Type Name Description
System.Guid id

The ID of the copy restriction.

Returns
Type Description
System.Web.Mvc.JsonResult

A Json encoded instance of the type with information about the copy restriction.

GetAll()

Returns the information about all copy restrictions.

Declaration
public JsonResult GetAll()
Returns
Type Description
System.Web.Mvc.JsonResult

A Json encoded array of instances with information about all copy restrictions.

Back to top Generated by DocFX