pmMDA.NET

HostRemotingHandler.Contains Method 

[This is preliminary documentation and subject to change.]

Returns whether a specified indexed property contains a specified item.

public bool Contains(
   Type ownerType,
   object ownerId,
   Type itemType,
   string fieldName,
   object itemId
);

Parameters

ownerType
The type of the owner of the indexed property.
ownerId
The Id of the owner.
itemType
The item type of the indexed property.
fieldName
The name of the field which represents the indexed property.
itemId
The Id of the item to locate.

Return Value

true if the specified item was found in the indexed property; otherwise, false.

Implements

IRemotingHandler.Contains

See Also

HostRemotingHandler Class | PmMda.Net.Dog.Remoting Namespace