Class SharingSettings
Inheritance
System.Object
SharingSettings
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
Assembly: PnP.Framework.dll
Syntax
public class SharingSettings : object
Properties
AllowedDomainList
Declaration
public string AllowedDomainList { get; set; }
Property Value
System.
|
BlockedDomainList
Declaration
public string BlockedDomainList { get; set; }
Property Value
System.
|
DefaultSharingLinkType
Declaration
public SharingSettingsDefaultSharingLinkType DefaultSharingLinkType { get; set; }
Property Value
DefaultSharingLinkTypeSpecified
Declaration
public bool DefaultSharingLinkTypeSpecified { get; set; }
Property Value
System.
|
FileAnonymousLinkType
Declaration
public AnonymousLinkType FileAnonymousLinkType { get; set; }
Property Value
FileAnonymousLinkTypeSpecified
Declaration
public bool FileAnonymousLinkTypeSpecified { get; set; }
Property Value
System.
|
FolderAnonymousLinkType
Declaration
public AnonymousLinkType FolderAnonymousLinkType { get; set; }
Property Value
FolderAnonymousLinkTypeSpecified
Declaration
public bool FolderAnonymousLinkTypeSpecified { get; set; }
Property Value
System.
|
PreventExternalUsersFromResharing
Declaration
public bool PreventExternalUsersFromResharing { get; set; }
Property Value
System.
|
PreventExternalUsersFromResharingSpecified
Declaration
public bool PreventExternalUsersFromResharingSpecified { get; set; }
Property Value
System.
|
RequireAcceptingAccountMatchInvitedAccount
Declaration
public bool RequireAcceptingAccountMatchInvitedAccount { get; set; }
Property Value
System.
|
RequireAcceptingAccountMatchInvitedAccountSpecified
Declaration
public bool RequireAcceptingAccountMatchInvitedAccountSpecified { get; set; }
Property Value
System.
|
RequireAnonymousLinksExpireInDays
Declaration
public int RequireAnonymousLinksExpireInDays { get; set; }
Property Value
System.
|
RequireAnonymousLinksExpireInDaysSpecified
Declaration
public bool RequireAnonymousLinksExpireInDaysSpecified { get; set; }
Property Value
System.
|
SharingCapability
Declaration
public SharingSettingsSharingCapability SharingCapability { get; set; }
Property Value
SharingDomainRestrictionMode
Declaration
public SharingSettingsSharingDomainRestrictionMode SharingDomainRestrictionMode { get; set; }
Property Value
SharingDomainRestrictionModeSpecified
Declaration
public bool SharingDomainRestrictionModeSpecified { get; set; }
Property Value
System.
|