Defines the interface for Folder.
Based on IFolioItem interface.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public interface IExternalFolder : IExternalFolioItem,
IFolioItem, IEntity, IExtensibleObject, IApprovable, IHaveOwnerFolio,
ISubscribable, ITrackable, IVotable, ICartellaObject, IBaseObject,
IDatedUniqueObject, IUniqueObject, IBatchUpdatable |
Visual Basic |
---|
Public Interface IExternalFolder _
Inherits IExternalFolioItem, IFolioItem, IEntity, IExtensibleObject, _
IApprovable, IHaveOwnerFolio, ISubscribable, ITrackable, IVotable, _
ICartellaObject, IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable |
Visual C++ |
---|
public interface class IExternalFolder : IExternalFolioItem,
IFolioItem, IEntity, IExtensibleObject, IApprovable, IHaveOwnerFolio,
ISubscribable, ITrackable, IVotable, ICartellaObject, IBaseObject,
IDatedUniqueObject, IUniqueObject, IBatchUpdatable |
See Also