Class SiteReference
Inheritance
System.Object
SiteReference
Namespace: PnP.Framework.Modernization.Transform
Assembly: PnP.Framework.dll
Syntax
public class SiteReference : object
Properties
ExchangeId
Declaration
public string ExchangeId { get; set; }
Property Value
System.String
|
GroupId
Declaration
public string GroupId { get; set; }
Property Value
System.String
|
IndexId
Declaration
public long IndexId { get; set; }
Property Value
System.Int64
|
SiteId
Declaration
public string SiteId { get; set; }
Property Value
System.String
|
Source
Declaration
public string Source { get; set; }
Property Value
System.String
|
Type
Declaration
public string Type { get; set; }
Property Value
System.String
|
WebId
Declaration
public string WebId { get; set; }
Property Value
System.String
|