C# Class NetsuiteUploader.Utils.TaskFile

task file struct
Show file Open project: ClustinDEV/.NET-Suite-Uploader Class Usage Examples

Public Properties

Property Type Description
Bundleable bool
Folderid string
HideInBundle bool
IsInactive bool
IsOnline bool
IsPrivate bool
Path string

Property Details

Bundleable public property

file is addable to bundle
public bool Bundleable
return bool

Folderid public property

netsuite cabinet folder id where the file will be upload
public string Folderid
return string

HideInBundle public property

file is hide in bundle
public bool HideInBundle
return bool

IsInactive public property

file is inactive
public bool IsInactive
return bool

IsOnline public property

file available without login
public bool IsOnline
return bool

IsPrivate public property

file is private
public bool IsPrivate
return bool

Path public property

path of the local file
public string Path
return string