ContentStudio.Api.Extensions Namespace Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Contains classes that makes easier for developers to call custom Content Studio Api extensions. This namespace was added in CS 5.4
Classes

  Class Description
Public class ContentStudioIpcServiceFactory
Implements an object that creates a proxy for well-known Content Studio Api extension objects using the ipc channel. This class can only be used to create remoting objects located on the local machine.
Public class ContentStudioTcpServiceFactory
Implements an object that creates a proxy for well-known Content Studio Api extension objects using the tcp channel.
Public class IpcServiceFactory
Represents an ServiceFactory that can create a proxy for well-known objects over the ipc channel.
Public class ServiceFactory
Defines an object that can be used to create other objects over the remoting infrastructure using an Uri that describes the protocol and object description
Public class TcpServiceFactory
Represents an ServiceFactory that can create a proxy for well-known objects over the tcp channel.
Interfaces

  Interface Description
Public interface IServiceFactory
When implemented, defines an object that can be used to create well-known objects over the remoting infrarstructure using an Uri that describes the protocol and object description