Click or drag to resize
SPHelperGetParentFolderUrl Method

Note: This API is now obsolete.

Returns the URL of the parent folder for the specified SPListItem.

Namespace: Colygon.MatchPoint.Core
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
[ObsoleteAttribute]
public static string GetParentFolderUrl(
	SPListItem item
)

Parameters

item
Type: SPListItem

Return Value

Type: String
See Also