Class BcfFile
Inheritance
System.Object
BcfFile
Assembly: IPA.Bcfier.dll
Syntax
public class BcfFile : object
Properties
|
Improve this Doc
View Source
FileAttachments
Declaration
public List<BcfFileAttachment> FileAttachments { get; set; }
Property Value
|
Improve this Doc
View Source
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Project
Declaration
public BcfProject Project { get; set; }
Property Value
|
Improve this Doc
View Source
ProjectExtensions
Declaration
public BcfProjectExtensions ProjectExtensions { get; set; }
Property Value
|
Improve this Doc
View Source
Topics
Declaration
public List<BcfTopic> Topics { get; set; }
Property Value