Click to Rate and Give Feedback
MSDN
MSDN Library
Identity Services
Interfaces
IMASynchronization
 IMASynchronization::ShouldProjectTo...

  Switch on low bandwidth view
IMASynchronization::ShouldProjectToMV Method

The ShouldProjectToMV method is called to determine if a new connector space object should be projected to a new metaverse object when the connector space object does not join to an existing metaverse object.

Syntax

C#
public bool ShouldProjectToMV(
  CSEntry csentry,
  out string MVObjectType
);
Visual Basic .NET
Public Function ShouldProjectToMV( _
  ByVal csentry As CSEntry, _
  ByRef MVObjectType As String _
) As Boolean
Implements IMASynchronization.ShouldProjectToMV

Parameters

csentry

Contains a CSEntry object that represents the new connector space entry.

MVObjectType
[out]

A String object that, on output, receives the name of the metaverse class to which the connector space entry should be projected.

Return Value

Returns True if the connector space entry should be projected. The MVObjectType parameter receives the name of the metaverse class to which the connector space entry should be projected.

Returns False if the connector space entry should not be projected.

Exceptions

Exception typeCondition
EntryPointNotImplementedException

The rules extension does not implement this method.

UnexpectedDataException

The method received unexpected data.

Requirements

ProductILM 2007 FP1
NamespaceMicrosoft.MetadirectoryServices
AssemblyMicrosoft.MetadirectoryServices
.NET Framework.NET Framework 2.0

See Also

CSEntry
IMASynchronization


Send comments about this topic to Microsoft

Build date: 2/16/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker