Represents the BlogPost object interface.
It is IFolioItem interface with a different name.
There are no definition changes from IFolioItem interface at all
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public interface IBlogPost : IFolioItem,
IEntity, IExtensibleObject, IApprovable, IHaveOwnerFolio, ISubscribable,
ITrackable, IVotable, ICartellaObject, IBaseObject, IDatedUniqueObject,
IUniqueObject, IBatchUpdatable |
Visual Basic |
---|
Public Interface IBlogPost _
Inherits IFolioItem, IEntity, IExtensibleObject, IApprovable, _
IHaveOwnerFolio, ISubscribable, ITrackable, IVotable, ICartellaObject, _
IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable |
Visual C++ |
---|
public interface class IBlogPost : IFolioItem,
IEntity, IExtensibleObject, IApprovable, IHaveOwnerFolio, ISubscribable,
ITrackable, IVotable, ICartellaObject, IBaseObject, IDatedUniqueObject,
IUniqueObject, IBatchUpdatable |
See Also