Bloom.Edit.PlaceHolderPage.GetSourceTexts C# (CSharp) Method

GetSourceTexts() public method

public GetSourceTexts ( string groupId, string vernacularCode ) : string>.Dictionary
groupId string
vernacularCode string
return string>.Dictionary
        public Dictionary<string, string> GetSourceTexts(string groupId, string vernacularCode)
        {
            return new Dictionary<string, string>();
        }