DocumentSharingLocation class
Represents a sharing location.
Properties
-
AnonymousAccessAllowed
↔ bool?
-
Gets a flag indicating whether anonymous users can view
documents at the location.
getter/setter pair
-
CanModifyPermissions
↔ bool?
-
Gets a flag indicating whether the user can modify
permissions for documents at the location.
getter/setter pair
-
DisplayName
↔ String?
-
Gets the display name of the location.
getter/setter pair
-
ExternalAccessAllowed
↔ bool?
-
Gets a flag indicating whether external users (outside the
enterprise/tenant) can view documents at the location.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
IsDefault
↔ bool?
-
Gets a flag indicating whether this location is the user's
default location. This will generally be their My Site.
getter/setter pair
-
LocationUrl
↔ String?
-
Gets the URL of the sharing location (for viewing the
contents in a web browser).
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
ServiceUrl
↔ String?
-
Gets the URL of the web service to use to manipulate
documents at the sharing location.
getter/setter pair
-
SupportedFileExtensions
↔ Iterable<String?>?
-
Gets the space-separated list of file extensions that are
allowed at the location.
getter/setter pair
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited