EBDN - Community

Articles

Statistics
  • 47 Articles

Full Qualified Name

RestService.GetObjectMask

Syntax

C#
[OperationBehavior(Impersonation = ImpersonationOption.Allowed)]
public RestItemResponse<ObjectMask> GetObjectMask ( string database ,
	string oid ,
	string userSid );

Parameters

Parameters Description
string database ...

Full Qualified Name

RestService.GetObjectMask

Syntax

C#
[OperationBehavior(Impersonation = ImpersonationOption.Allowed)]
public RestItemResponse<ObjectMask> GetObjectMask ( string database ,
	string oid ,
	string userSid );

Parameters

Parameters Description
string database Name of the database.
string oid The OID of the object.
string userSid SID of the user (optional for multilayer scenarios)

Returns

Response with mask from the object.

Description

Get the mask from an object.

History

Date Dev ID Comment
17.01.17 mro 163398 Created
17.12.17 rla 180997 added User SID as optional parameter

  1.   07 February 2019
  2.   RestService Class

Full Qualified Name

RestService.GetProjectConfiguration

Syntax

C#
[OperationBehavior(Impersonation = ImpersonationOption.Allowed)]
public RestItemResponse<ProjectConfiguration> GetProjectConfiguration ( string database ,
	string oid ,
	string userSid );

Parameters

Parameters Description
string database ...

Full Qualified Name

RestService.GetProjectConfiguration

Syntax

C#
[OperationBehavior(Impersonation = ImpersonationOption.Allowed)]
public RestItemResponse<ProjectConfiguration> GetProjectConfiguration ( string database ,
	string oid ,
	string userSid );

Parameters

Parameters Description
string database Name of the database.
string oid The OID of the project.
string userSid SID of the user (optional for multilayer scenarios)

Returns

Response with the project configuration.

Description

Get the configuration for a project in the database.

History

Date Dev ID Comment
17.01.17 mro 163398 Created
17.12.17 rla 180997 added User SID as optional parameter

  1.   07 February 2019
  2.   RestService Class

Full Qualified Name

RestService.GetProjectTemplates

Syntax

C#
[OperationBehavior(Impersonation = ImpersonationOption.Allowed)]
public RestListResponse<Project> GetProjectTemplates ( string database ,
	string userSid );

Parameters

Parameters Description
string database ...

Full Qualified Name

RestService.GetProjectTemplates

Syntax

C#
[OperationBehavior(Impersonation = ImpersonationOption.Allowed)]
public RestListResponse<Project> GetProjectTemplates ( string database ,
	string userSid );

Parameters

Parameters Description
string database Name of the database.
string userSid SID of the user (optional for multilayer scenarios)

Returns

Response with list of all project templates.

Description

Get a list of all template projects in the database.

History

Date Dev ID Comment
17.01.17 mro 163398 Created
17.12.17 rla 180997 added User SID as optional parameter

  1.   07 February 2019
  2.   RestService Class

Full Qualified Name

RestService.GetProjects

Syntax

C#
[OperationBehavior(Impersonation = ImpersonationOption.Allowed)]
public RestListResponse<Project> GetProjects ( string database ,
	string userSid );

Parameters

Parameters Description
string database ...

Full Qualified Name

RestService.GetProjects

Syntax

C#
[OperationBehavior(Impersonation = ImpersonationOption.Allowed)]
public RestListResponse<Project> GetProjects ( string database ,
	string userSid );

Parameters

Parameters Description
string database Name of the database.
string userSid SID of the user (optional for multilayer scenarios)

Returns

Response with list of all projects.

Description

Get a list of all projects in the database.

History

Date Dev ID Comment
17.01.17 mro 163398 Created
17.12.17 rla 180997 added User SID as optional parameter

  1.   07 February 2019
  2.   RestService Class

Full Qualified Name

RestService.GetRootFolders

Syntax

C#
[OperationBehavior(Impersonation = ImpersonationOption.Allowed)]
public RestListResponse<ObjectData> GetRootFolders ( string database ,
	string userSid );

Parameters

Parameters Description
string database ...

Full Qualified Name

RestService.GetRootFolders

Syntax

C#
[OperationBehavior(Impersonation = ImpersonationOption.Allowed)]
public RestListResponse<ObjectData> GetRootFolders ( string database ,
	string userSid );

Parameters

Parameters Description
string database Name of the database.
string userSid SID of the user (optional for multilayer scenarios)

Returns

Response with list of all system folder.

Description

Get a list of all top level folder in the database.

History

Date Dev ID Comment
17.01.17 mro 163398 Created
17.12.17 rla 180997 added User SID as optional parameter

  1.   07 February 2019
  2.   RestService Class
No articles created yet
Unable to load tooltip content.