/// <summary> /// To get tag instance of the module by passing tag Id. /// </summary> /// <returns>ZCRMTag class instance.</returns> /// <param name="tagid">Tag Id (Long) of the module.</param> public static ZCRMTag GetTagInstance(long?tagid) { return(ZCRMTag.GetInstance(tagid)); }