using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; namespace Taloyhtio.IDP.SPApi.Model { public class ResolveFolderPathResponse { public string ListUrl{ get; set; } public string FolderPath { get; set; } } }