ICCPolicies interface

Description

ICCPolicies is one of the collection interfaces; it reads and writes project and stream policy collection settings. The ICCPolicies interface inherits methods and properties from the Collection interfaces.

This interface and the ICCPolicy interface supersede the ICCProjectPolicy interface and ICCProject::Policy method, which handle only a limited set of project policies and do not handle stream policies.

Inheritance

ICC items inherit from IDispatch.

Read-only properties

get_UCMPolicy

Returns an ICCPolicy object for the specified policy name.

Methods

init_project

Initializes the collection by retrieving the policies from the project object.

init_stream

Initializes the collection by retrieving the policies from the stream object.

Examples

Creation

get_UCMPolicy

Returns an ICCPolicy object for the specified policy name.

Category

Read-only property

VB syntax

Property UCMPolicy As CCUCMPolicy

Visual C++ syntax

ICCPoliciesPtr GetUCMPolicies();

Member of: ICCPolicies interface

init_project

Initializes the collection by retrieving the policies from the project object.

Category

Method

VB syntax

Visual C++ syntax


Member of: ICCPolicies interface

init_stream

Initializes the collection by retrieving the policies from the stream object.

Category

Method

VB syntax

Visual C++ syntax


Member of: ICCPolicies interface


Feedback