Interface IBlog
Represents a blog.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.Blogs
Assembly: BiExcellence.OpenBi.Api.Blog.dll
Syntax
[TableAttribute("SPCONTENTBOOKS")]
public interface IBlog : ICustomAttributes
Properties
Description
Gets or sets the description.
Declaration
[ApiField("DESCRIPTION")]
string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gest the id.
Declaration
[ApiField("ID")]
string Id { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name.
Declaration
[ApiField("TITLE")]
string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Gets or stets the type.
Declaration
[ApiField("TYPE")]
string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |