Carrotware.CMS.Core.ContentCategory.SetValue C# (CSharp) Method

SetValue() public method

public SetValue ( System.Guid ContentMetaInfoID ) : void
ContentMetaInfoID System.Guid
return void
        public void SetValue(Guid ContentMetaInfoID)
        {
            this.ContentCategoryID = ContentMetaInfoID;
        }