Example #1
0
 protected virtual void OnDocumentType(string documentTag)
 {
     if (String.IsNullOrEmpty(_topicTypeId))
     {
         _topicTypeId = ConceptualUtils.ToTopicTypeId(documentTag);
     }
 }