Utilities Methods Content Studio 5.7 SDK
Content Studio Web Content Management System

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

The Utilities type exposes the following members.

Methods

  Name Description
Public method Static member ConcatEnumerables(IEnumerable)
Returns an IEnumerable that can be used to iterate throught all provided IEnumerables. They will be enumerated in the order they are provided.
Public method Static member ConcatEnumerablesT(IEnumerableT)
Returns an IEnumerable that can be used to iterate throught all provided IEnumerables. They will be enumerated in the order they are provided.
Public method Static member GetConnectionId
Tries to read a ConnectionId from one of the several Content Studio base classes
Public method Static member GetUserSessionId
Tries to read a UserSessionId from one of the several Content Studio base classes
Public method Static member ParseEnumT(String)
Parses a string as a specified enum-type.
Public method Static member ParseEnumT(String, T)
Parses a string as a specified enum-type with the option to return a default value.
Public method Static member ValidEnumT
Checks if the specified value is a valid enum
Top
See Also

Reference