 | SPContextFolder_GetInfo Method |
Folder_s the get information.
Namespace:
Koden.Utils.SharePoint
Assembly:
Koden.Utils.SharePoint (in Koden.Utils.SharePoint.dll) Version: 1.0.6453.26061
Syntaxpublic DefaultSPFolderInfo Folder_GetInfo(
string folderName,
string strProperty,
string populateSubs
)
Public Function Folder_GetInfo (
folderName As String,
strProperty As String,
populateSubs As String
) As DefaultSPFolderInfo
public:
DefaultSPFolderInfo^ Folder_GetInfo(
String^ folderName,
String^ strProperty,
String^ populateSubs
)
member Folder_GetInfo :
folderName : string *
strProperty : string *
populateSubs : string -> DefaultSPFolderInfo
Parameters
- folderName
- Type: SystemString
Name of the folder. - strProperty
- Type: SystemString
The string property. - populateSubs
- Type: SystemString
The populate subs.
Return Value
Type:
DefaultSPFolderInfo[Missing <returns> documentation for "M:Koden.Utils.SharePoint.SPContext.Folder_GetInfo(System.String,System.String,System.String)"]
See Also