C# 클래스 NetsuiteUploader.Utils.TaskFile

task file struct
파일 보기 프로젝트 열기: ClustinDEV/.NET-Suite-Uploader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bundleable bool
Folderid string
HideInBundle bool
IsInactive bool
IsOnline bool
IsPrivate bool
Path string

프로퍼티 상세

Bundleable 공개적으로 프로퍼티

file is addable to bundle
public bool Bundleable
리턴 bool

Folderid 공개적으로 프로퍼티

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

HideInBundle 공개적으로 프로퍼티

file is hide in bundle
public bool HideInBundle
리턴 bool

IsInactive 공개적으로 프로퍼티

file is inactive
public bool IsInactive
리턴 bool

IsOnline 공개적으로 프로퍼티

file available without login
public bool IsOnline
리턴 bool

IsPrivate 공개적으로 프로퍼티

file is private
public bool IsPrivate
리턴 bool

Path 공개적으로 프로퍼티

path of the local file
public string Path
리턴 string