Constable Authorization Engine 2.0 BETA

NamedObjectCollectionBase.LookupItemById Method

[This is preliminary documentation and subject to change.]

Determines whether an object with the given Id is in the collection.

Overload List

Determines whether an object with the given Id is in the collection.

protected NamedObjectBase LookupItemById(string);

Searches the collections and returns an object with the given Id.

public virtual NamedObjectBase LookupItemById(string,bool);

See Also

NamedObjectCollectionBase Class | LaMarvin.Constable.Model Namespace