Taylohtio/IDP/webapi/idpsp.Abstract/Model/ResolveFolderPathResponse.cs

14 lines
318 B
C#

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; }
}
}