SIL.FieldWorks.XWorks.FwXWindow.FindRecordListUpdater C# (CSharp) Method

FindRecordListUpdater() public method

Retrieve the IRecordListUpdater object named by the argument.
Part of the IRecordListOwner interface.
public FindRecordListUpdater ( string name ) : IRecordListUpdater
name string
return IRecordListUpdater
		virtual public IRecordListUpdater FindRecordListUpdater(string name)
		{
			CheckDisposed();

			return Mediator.PropertyTable.GetValue(name, null) as IRecordListUpdater;
		}
		#endregion // IRecordListOwner implementation
FwXWindow