10 lines
187 B
C#
10 lines
187 B
C#
namespace SharepointToolbox.Web.Core.Models;
|
|
|
|
public record LocationInfo(
|
|
string SiteUrl,
|
|
string SiteTitle,
|
|
string ObjectTitle,
|
|
string ObjectUrl,
|
|
string ObjectType
|
|
);
|