SPUtility.GetVersionedGenericSetupPath method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function GetVersionedGenericSetupPath ( _
strSubdir As String, _
desiredPathVersion As Integer _
) As String
'用途
Dim strSubdir As String
Dim desiredPathVersion As Integer
Dim returnValue As String
returnValue = SPUtility.GetVersionedGenericSetupPath(strSubdir, _
desiredPathVersion)
public static string GetVersionedGenericSetupPath(
string strSubdir,
int desiredPathVersion
)
參數
- strSubdir
Type: System.String
- desiredPathVersion
Type: System.Int32
傳回值
Type: System.String