예제 #1
0
 private IFunctionData UpdateToVersion1(IFunctionData data)
 {
     return(data
            .RenameProperty("File Path", FileShared.FilePathPropertyName)
            .UpdateVersion("1"));
 }