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

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

This static class provides general helper methods.
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.ControlsUtilities

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static class Utilities

The Utilities type exposes the following members.

Methods

  NameDescription
Public methodStatic memberConcatEnumerables(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 methodStatic memberConcatEnumerablesT(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 methodStatic memberGetConnectionId
Tries to read a ConnectionId from one of the several Content Studio base classes
Public methodStatic memberGetUserSessionId
Tries to read a UserSessionId from one of the several Content Studio base classes
Public methodStatic memberParseEnumT(String)
Parses a string as a specified enum-type.
Public methodStatic memberParseEnumT(String, T)
Parses a string as a specified enum-type with the option to return a default value.
Public methodStatic memberValidEnumT
Checks if the specified value is a valid enum
Top
See Also

Reference