Click or drag to resize
BaseRESTService Properties

The BaseRESTService type exposes the following members.

Properties
  NameDescription
Public propertyAllowedObjectTypes
Gets the list of allowed object types separated by semicolon. Empty string means all object types are allowed.
Public propertyAllowedSensitiveColumns
If true, global administrators will be able to work with sensitive columns (such as UserPassword) via REST service. Other users than global administrators cannot work with these columns regardless this setting value.
Protected propertyStatic memberCurrentBaseUri
Gets current base URI of the REST service
Protected propertyCurrentSite
Gets current site object received from the domain.
Protected propertyCurrentSiteName
Gets current site name (retrieved from domain accessed).
Protected propertyCurrentUser
Gets current user object received from auth cookie.
Protected propertyCurrentUserName
Gets current user name received from auth cookie.
Public propertyDefaultEncoding
Returns default Encoding from settings.
Top
See Also