DocumentRESTService MembersKentico 8.0 API Reference
The DocumentRESTService type exposes the following members.
Constructors

  NameDescription
Public methodDocumentRESTService
Back to Top
Methods

  NameDescription
Protected methodCombineDocTypes
Combines (intersection) requested and allowed document types to use in SelectDocuments methods.
Public methodCreateDocument
Creates new document.
Public methodDeleteDocument
Deletes given document.
Protected methodDeleteObjectInternal
Deletes given objects and returns it as a result.
(Inherited from BaseRESTService.)
Protected methodEnsureCorrectFormat(DataSet, String)
Ensures corrent serialization format of given DataSet.
(Inherited from BaseRESTService.)
Protected methodEnsureCorrectFormat(DataTable, String)
Ensures corrent serialization format of given DataTable.
(Inherited from BaseRESTService.)
Protected methodEnsureSensitiveColumns
Cleares sensitive column values if needed.
(Inherited from BaseRESTService.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetDocument
Selects tree node(s) according to provided parameters and returns them as dataset. Three oprations are supported: document (= select single document), all (= select documents), childrenof (= all children of given node). If classNames not specified, the result does not contain coupled data.
Protected methodGetExportSettings
Creates ExportObjectSettings object from query string parameters.
(Overrides BaseRESTService GetExportSettings(String).)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Protected methodGetObjectByIDInternal(String, String)
Returns object of given type with specified ID.
(Inherited from BaseRESTService.)
Protected methodGetObjectByIDInternal(String, String, Boolean)
Returns object of given type with specified ID.
(Inherited from BaseRESTService.)
Protected methodGetObjectByNameInternal(String, String, String)
Returns object of given type with specified name from specified site.
(Inherited from BaseRESTService.)
Protected methodGetObjectByNameInternal(String, String, String, Boolean)
Returns object of given type with specified name from specified site.
(Inherited from BaseRESTService.)
Protected methodGetObjectDataSetFeed
Returns SyndicationFeed of object dataset.
(Overrides BaseRESTService GetObjectDataSetFeed(DataSet, String, ExportObjectSettings).)
Protected methodGetObjects
Returns list of objects of given type.
(Inherited from BaseRESTService.)
Protected methodGetResponse(GeneralizedInfo, ExportObjectSettings)
Returns response for modifying methods - ID and GUID of the modified object.
(Inherited from BaseRESTService.)
Protected methodGetResponse(IEnumerable TreeNode , ExportObjectSettings)
Returns response for modifying methods - ID and GUID of the modified object.
Protected methodGetSiteWhereCondition
Returns WHERE condition for site and combines it with original WHERE condition.
(Inherited from BaseRESTService.)
Protected methodGetStream
Returns proper stream from given object.
(Overrides BaseRESTService GetStream(Object, String, ExportObjectSettings).)
Protected methodGetTotalRecordsTable
Returns table containing one olumn and one row with total records number.
(Inherited from BaseRESTService.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodCheckQueryStringParameters
Checks WHERE, ORDER BY and COLUMNS query string parameters so non-admin users cannot use malitious code (= SQL injection protection).
(Inherited from BaseRESTService.)
Protected methodIsAuthorizedForDocumentType
Returns true if given document type is allowed in settings.
Protected methodIsAuthorizedForObject(BaseInfo, PermissionsEnum)
Returns true if current user is granted with specified permission to process operation on the given objecttype.
(Inherited from BaseRESTService.)
Protected methodIsAuthorizedForObject(String, String, PermissionsEnum)
Returns true if current user is granted with specified permission to process operation on the given objecttype.
(Inherited from BaseRESTService.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodReturnForbiddenStatus
Sets the response status to Forbidden.
(Inherited from BaseRESTService.)
Protected methodSetObjectInternal
Deletes given objects and returns it as a result.
(Inherited from BaseRESTService.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodTranslate
Gateway for submiting an XLIFF document.
Public methodUpdateDocument
Processes given document.
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Properties

  NameDescription
Public propertyAllowedDocumentTypes
Gets the list of allowed document types separated by semicolon. Empty string means all document types are allowed.
Public propertyAllowedObjectTypes
Gets the list of allowed object types separated by semicolon. Empty string means all object types are allowed.
(Inherited from BaseRESTService.)
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.
(Inherited from BaseRESTService.)
Protected propertyCurrentSite
Gets current site object recieved from the domain.
(Inherited from BaseRESTService.)
Protected propertyCurrentSiteName
Gets current site name (retrieved from domain accessed).
(Inherited from BaseRESTService.)
Protected propertyCurrentUser
Gets current user object recieved from auth cookie.
(Inherited from BaseRESTService.)
Protected propertyCurrentUserName
Gets current user name recieved from auth cookie.
(Inherited from BaseRESTService.)
Public propertyDefaultEncoding
Returns default Encoding from settings.
(Inherited from BaseRESTService.)
Back to Top
See Also