Rebuit Changes from dead ecs-541 branch

This commit is contained in:
Neil Dorin
2017-10-22 10:05:26 -06:00
parent 4685850eff
commit 2e98e8d146
11 changed files with 60 additions and 30 deletions

View File

@@ -319,7 +319,8 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec
contact.Name = c.Name.Value;
contact.ContactId = c.ContactId.Value;
contact.Title = c.Title.Value;
if (c.Title != null)
contact.Title = c.Title.Value;
if(c.FolderId != null)
{