Gets whether a cut-list item is a sub-folder.
NOTE: This property is a get-only property. Set is not implemented.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IsSubFolder As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMCutListItem2
Dim value As Boolean
instance.IsSubFolder = value
value = instance.IsSubFolder
|
C# | |
---|
bool IsSubFolder {get; set;} |
C++/CLI | |
---|
property bool IsSubFolder {
bool get();
void set (bool value);
} |
Return Value
True if the cut-list item is a sub-folder, false if not
Remarks
See Also