Create a new builder that will build a default type of dfs file (with FixedSpace and AllItems)
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static DfsBuilder Create(
string fileTitle,
string appTitle,
int appVersionNo
)
Public Shared Function Create (
fileTitle As String,
appTitle As String,
appVersionNo As Integer
) As DfsBuilder
public:
static DfsBuilder^ Create(
String^ fileTitle,
String^ appTitle,
int appVersionNo
)
static member Create :
fileTitle : string *
appTitle : string *
appVersionNo : int -> DfsBuilder
Parameters
- fileTitle
- Type: SystemString
Title of the file - appTitle
- Type: SystemString
Title of the application creating the file - appVersionNo
- Type: SystemInt32
Version of the application creating the file
Return Value
Type:
DfsBuilderA new Dfs builder
See Also