ICSCredentialsContainer Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Acts as a container for the external event call user credentials.

Namespace: ContentStudio.EventActions
Assembly: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface ICSCredentialsContainer

The ICSCredentialsContainer type exposes the following members.

Properties

  NameDescription
Public propertyPassword
Returns the password of the account that is used to authenticate an external event call.
Public propertyUserName
Returns the name of account that is used to authenticate an external event call.
Top
Remarks

Note Note

Breaking changes between Content Studio version 5.2 and earlier versions!

This interface is no longer defined in the CSServer5 assembly, it has been moved into a separate assembly in order to prevent versioning problems for compiled code that implement them when a new version of Content Studio. Compiled event handlers needed to be recompiled after each upgrade of the product. This will no longer be required.

See Also

Reference