This commit is contained in:
@@ -15,17 +15,12 @@ namespace AyaNova.DataList
|
||||
|
||||
[FromBody]
|
||||
public int? Limit { get; set; }
|
||||
|
||||
|
||||
[FromBody, Required]
|
||||
public string DataListKey { get; set; }
|
||||
|
||||
[FromBody]
|
||||
public string ListView { get; set; }//optional, if null or empty will use default list view built into DataList
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user