SIL.FieldWorks.XWorks.InterestingTextList.SetScriptureTextsInPropertyTable C# (CSharp) Method

SetScriptureTextsInPropertyTable() public static method

Store in the property table what needs to be there so that we will use the specified set of scripture texts as 'interesting'.
public static SetScriptureTextsInPropertyTable ( PropertyTable propertyTable, IEnumerable texts ) : void
propertyTable XCore.PropertyTable
texts IEnumerable
return void
		public static void SetScriptureTextsInPropertyTable(PropertyTable propertyTable, IEnumerable<IStText> texts)
		{
			propertyTable.SetProperty(PersistPropertyName, MakeIdList(texts.Cast<ICmObject>()));
		}