ExternalAccessAllowed property

bool? get ExternalAccessAllowed
Gets a flag indicating whether external users (outside the enterprise/tenant) can view documents at the location.

Implementation

bool? get ExternalAccessAllowed => this._externalAccessAllowed;
set ExternalAccessAllowed (bool? value)

Implementation

set ExternalAccessAllowed(bool? value) => this._externalAccessAllowed = value;