Files
2026-06-02 10:56:03 +02:00

10 lines
187 B
C#

namespace SharepointToolbox.Web.Core.Models;
public record LocationInfo(
string SiteUrl,
string SiteTitle,
string ObjectTitle,
string ObjectUrl,
string ObjectType
);